Skip to content

Partially update an on-call schedule

PATCH
/v1/oncallschedule/{id}/

Update one or more fields of an existing on-call schedule.

id
required
string format: uuid

A UUID string identifying this on call schedule.

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
created_at
string format: date-time
created_by
string format: uuid
nullable
escalations
Array<string>
id
string format: uuid
name
string
<= 100 characters
rules
Array<string>

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
created_at
required
string format: date-time
created_by
required
string format: uuid
nullable
escalations
Array<string>
id
required
string format: uuid
name
required
string
<= 100 characters
rules
Array<string>