Skip to main content
PATCH
/
v1
/
media
/
change-document-status
cURL
curl --request PATCH \
  --url https://revive-api-v2-production.herokuapp.com/v1/media/change-document-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dealId": "<string>",
  "status": "N/A"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dealId
string
required
status
enum<string>
Available options:
N/A,
Requested

Response

200

Success