Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:4000/v1/events/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 123 }'
200
Example
{ "message": "<string>", "status": 123 }
Update an event status to ACTIVATED or DEACTIVATED
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
Event ID
Event status
ACTIVATED
DEACTIVATED
Event status updated