POST
/
v2
/
disputes
/
{dispute_id}
/
submit
Authorization
Path
Body
curl --request POST \
  --url https://api.dots.dev/api/v2/disputes/{dispute_id}/submit \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>"
}'

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

dispute_id
string
required

ID of the dispute to submit

Body

application/json
description
string
required