Why is a PATCH method not allowed on any OCM API?
Summary:
No OCM API I've found supports PATCH
Content (required):
I need to update just a single field on an asset. Typically through most other APIs you'd use a PATCH method. Using the OCM APIs, my only option seems to be GET-ting the entire asset, manipulating the data, and PUT-ting the data back. It would be much easier to just PATCH the existing asset and could remove the chance for edits to be lost while my requests are in-flight.
Version (include the version you are using, if applicable):
22.3.2
0