Does the Morpheus API support PATCH at all?

Looking to see if we can avoid having to recreate an entire entry and use PUT when we want to just adjust a single value - we’d like to use PATCH but not sure that is an as it’s not listed in the docs.

Hi @Austin!

So the Morpheus API does not support PATCH; However, our endpoints do function like a traditional patch. Only the desired values you would like to change have to be passed, and it cannot create new entities on many (if not all) of the endpoints.

We are wrapping up a project converting the API documentation to OpenAPI and hopefully this makes it easier to develop and interpret aspects of our API.