Skip to main content
PUT
Set the default destination and/or org timezone

Authorizations

x-api-key
string
header
required

Body

application/json

Partial update of org notification settings.

exclude_unset distinguishes "not provided" from an explicit null (clear the default destination), so omit a field to leave it unchanged.

default_destination_id
string<uuid> | null
timezone
string | null
Minimum string length: 1
quiet_hours_enabled
boolean | null
quiet_hours_start
string<time> | null
quiet_hours_end
string<time> | null
digest_send_time
string<time> | null

Response

Successful Response

organization_id
string<uuid>
required
default_destination_id
string<uuid> | null
required
timezone
string
required
quiet_hours_enabled
boolean
required
quiet_hours_start
string<time> | null
required
quiet_hours_end
string<time> | null
required
digest_send_time
string<time>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required