Skip to main content
PATCH
/
{eventId}
/
state
Update event state (manual review/operations flow).
curl --request PATCH \
  --url https://live.voora.ai/event/{eventId}/state \
  --header 'Content-Type: application/json' \
  --header 'X-CLIENT-API-KEY: <api-key>' \
  --data '
{
  "state": "<string>",
  "comments": "<string>"
}
'
{
  "requestId": "<string>",
  "errorType": "<string>",
  "errorCodes": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://voora.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CLIENT-API-KEY
string
header
required

API key required in header: X-CLIENT-API-KEY

Path Parameters

eventId
string
required

Body

Request payload used to update the state of an existing event.

state
string | null

New state to apply to the event.

stateEnum
enum<string>
Available options:
Approve,
Review,
Decline
comments
string | null

Response

OK