PATCH
/
v1
/
payouts
curl --request PATCH \
  --url https://api.afficone.com/v1/payouts \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "id": "<string>",
  "paid": true,
  "details": "<string>"
}'

Body

id
string
required
Minimum length: 1
paid
boolean
required
details
string | null
Maximum length: 512

Response

200

OK