API endpoint that generates jsonpatch of json document
-
URL Endpoint:
/api/v1/jsonpatch -
Method:
POST -
URL Params:
None -
Request Body:
Name Type Required Description documentjson✅ Json Object patchjson✅ Json Patch -
Success Response
- Code:
200 OK - Content:
{ "user": {...} } - Code: