Graphql fields and variables for the disputeReasonUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a dispute reason
Scope required: billing:write
For a complete list of input attributes see the type
mutation disputeReasonUpdate ($id: ID!, $attributes: DisputeReasonAttributes!) { disputeReasonUpdate (id: $id, attributes: $attributes) { disputeReason { description id name } errors } }
{ "id": "456123", "attributes": { "name": "", "description": "" } }
id
ID
attributes
disputeReason
errors
List (String)