Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 544 Bytes

File metadata and controls

23 lines (18 loc) · 544 Bytes

Generate JsonPatch

API endpoint that generates jsonpatch of json document

  • URL Endpoint: /api/v1/jsonpatch

  • Method: POST

  • URL Params: None

  • Request Body:

    Name Type Required Description
    document json Json Object
    patch json Json Patch
  • Success Response

    • Code: 200 OK
    • Content:
      {
        "user": {...}
      }