UpdateOnCallSchedule
Update an existing on-call schedule's configuration or members
PUT
/api/v1/oncall/schedules/{uuid}Operation ID
UpdateOnCallScheduleSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the schedule to update
Body Fields
nameStringRequiredUpdated name for the schedule
Example: my-resource
descriptionStringRequiredUpdated description for the schedule
Example: A brief description
timezoneStringRequiredUpdated IANA timezone name
Example: value
shiftDurationStringRequiredUpdated shift duration as a Go duration string
Example: value
membersListRequiredUpdated ordered list of members for the rotation
Example: (nested array)
userIdStringUser identifier of the on-call member
Example: user-abc123
userNameStringDisplay name of the on-call member
Example: Alice Smith
orderIntegerRotation order position of the member within the schedule
Example: 1
