Skip to main content
PATCH
Change a custom field

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The field's ID.

Body

application/json
field_label
string
options
string[]
required
boolean
sort_order
integer

Response

The field, as it now is.

id
string
required
entity_type
enum<string>
required

volunteer_event is a schedule, shift a shift, and shift_signup a sign-up.

Available options:
volunteer_event,
shift,
shift_signup
field_key
string
required

The key its value is stored under in custom_fields.

field_label
string
required
field_type
enum<string>
required
Available options:
text,
number,
boolean,
date,
select,
multiselect
options
string[]
required

The choices, for select and multiselect.

required
boolean
required

Whether a new record must have a value for it.

sort_order
integer
required