REST API 2.0: PATCH: List supported operation and example

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: documentation
    • None
    • 1

      Please document what the supported PATCH request support operations.
      For example

          {
              "op": "test",
              "path": "/a/b/c",
              "value": "foo"
          },
          {
              "op": "remove",
              "path": "/a/b/c"
          },
          {
              "op": "add",
              "path": "/a/b/c",
              "value": <value>
          },
          {
              "op": "replace",
              "path": "/a/b/c",
              "value": <value>
          },
          {
              "op": "move",
              "from": "/a/b/c",
              "path": "/a/b/d"
          },
          {
              "op": "copy",
              "from": "/a/b/d",
              "path": "/a/b/e"
          }
      

      and provide examples.

            Assignee:
            Kyle Clark
            Reporter:
            Francois Panaget (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: