Request for API PATCH request

The API PATCH does not seem to work and I have searched the forum but nothing about API PATCH. @lubos, can you also activate PATCH in line with GET, PUT and DELETE ?

Use case is its easier and safer to use PATCH to update one custom field in JSON than using all the fields in JSON for PUT and then only changing one field.

An example would be when marking many sales invoices for many companies at once that have been sent to make collection notes in the bank so they are not accidentally sent again.

Also using PATCH, there would be “less risk” of accidentally changing other data on sales invoices as you are not “touching” more data than necessary with the API request

2 Likes

:smiling_face_with_three_hearts:
Thanks, @Tor

Added to the latest version (23.1.22)

1 Like