Authorizations
Oauth 2.0 authentication
Path Parameters
The ID of the dispute for which to provide the supporting information.
1 - 255
Body
An array of JSON patch objects to apply partial updates to resources.
The operation.
add
, remove
, replace
, move
, copy
, test
The <a href="https://tools.ietf.org/html/rfc6901">JSON Pointer</a> to the target document location at which to complete the operation.
The value to apply. The <code>remove</code>, <code>copy</code>, and <code>move</code> operations do not require a value. Since <a href="https://www.rfc-editor.org/rfc/rfc69021">JSON Patch</a> allows any type for <code>value</code>, the <code>type</code> property is not specified.
The <a href="https://tools.ietf.org/html/rfc6901">JSON Pointer</a> to the target document location from which to move the value. Required for the <code>move</code> operation.
Response
A successfully accepted request returns the HTTP 202 Accepted
status code and a JSON response body that includes a HATEOAS link to the ID of the request. The Clients can choose webhook option as well to receive dispute update notification.
The subsequent action.