Skip to main content

UpdateProviderRequest

Request body for updating a provider

display_namestring

Provider's display name

first_namestring

Provider's first name

last_namestring

Provider's last name

metadata object

Set of key-value pairs to attach to this provider. Maximum size is 16 KB.

property name*any

Set of key-value pairs to attach to this provider. Maximum size is 16 KB.

time_zonestring

The provider's preferred IANA time zone, used as the default when authoring schedules.

Example: America/New_York
UpdateProviderRequest
{
"display_name": "John Smith",
"first_name": "John",
"last_name": "Smith",
"metadata": {
"external_id": "123"
},
"time_zone": "America/New_York"
}