JSON API patch without bulk update
Is is possible to do a PATCH with ash_json_api that will do an update that doesn't use
bulk_update? I'm wanting to write an update policy that's essentially a runtime policy (i.e. it needs access to the object that's changing in order to validate). Poking around source code though, it looks like PATCHes are always implemented with bulk updates?