Does REST API support PATCH logic?

Some REST APIs (like GitHub) support PATCH request method, which allows to change parts of resource without submitting full JSON document. I know that Octopus API doesn’t support PATCH method, but maybe PUT method works this way? Is it possible to PUT just one field and leave other unchanged?

Hi,

Thanks for getting in touch. The Octopus API doesn’t support PATCH, so you’ll have to send the full JSON, whether you changed all the fields or just some.

Regards,

Dalmiro