Disputes
Submit Dispute
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
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
dispute_id
string
requiredID of the dispute to submit
Body
application/json
description
string
requiredcurl --request POST \
--url https://api.dots.dev/api/v2/disputes/{dispute_id}/submit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>"
}'