Extend rest api to support PATCH

As a developer, I would like to update small number of properties in a complex form, without having to extract the whole form data.

The current PUT method require writing complex logic to read the existing data, and properly merge the new data to ensure that when complex form is updated, no data is damaged by mistake.

With this change it will be much easier and safer to apply changes via various scripting plugins. I am using bob swift CLI and scripting plugins


  • Guest
  • Sep 13 2021
  • Needs review
Hosting platform Server
  • Attach files