Skip to main content
PUT
/
v1
/
event
/
{eventId}
/
fields
/
{fieldId}
Update a custom field
curl --request PUT \
  --url https://public-api.sessionboard.com/v1/event/{eventId}/fields/{fieldId} \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '{}'

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required
fieldId
string
required

Body

application/json

The body is of type object.

Response

Field updated