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

Body

id
string
required
Minimum length: 1
approved
boolean | null

Response

200

OK