change event status
Developing
POST
/admin/change-event-status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/admin/change-event-status' \
--header 'Authorization: Token 4c1df6b5ad6a7e16bf428c05a92b5d9328f772d2' \
--form 'event_id="EVTz8vrZ"' \
--form 'new_status="delivered"'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Token 4c1df6b5ad6a7e16bf428c05a92b5d9328f772d2
Body Params multipart/form-data
event_id
string
optional
Example:
EVTz8vrZ
new_status
string
optional
Example:
delivered