disputeReasonUpdate

Graphql fields and variables for the disputeReasonUpdate mutation

Update a dispute reason

Scope required: billing:write

For a complete list of input attributes see the DisputeReasonAttributes type

mutation disputeReasonUpdate ($id: ID!, $attributes: DisputeReasonAttributes!) {
  disputeReasonUpdate (id: $id, attributes: $attributes) {
      disputeReason {
        description
        id
        name
      }
      errors
  }
}

Arguments

{
  "id": "456123",
  "attributes": {
    "name": "",
    "description": ""
  }
}
Name
Type
Description

Response

Name
Type
Description

disputeReason

errors

List (String)

Last updated

Was this helpful?