i m trying to test the “patch” verb on the API DOCS but i can t figure out how to construct the object i want to send.
I’ve been trying to send an object with the name-value pair of the field i want to patch, with no result. I ve also attempted to patch an object with json-patch format…
Couldn’t find any piece of clue in the documentation, only infos about the “update” verb.
The thing is i don’t want to send the entire object from a client everytime i need to patch only one field or two in my document.
Could you give me more info about this?