CreateOnCallSchedule
Create a new on-call rotation schedule with members and shift configuration
POST
/api/v1/oncall/schedulesOperation ID
CreateOnCallScheduleSince
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/jsonBody Fields
nameStringRequiredName of the schedule to create
Example: Platform On-Call
descriptionStringRequiredDescription of the schedule purpose
Example: 24x7 platform on-call rotation
timezoneStringRequiredIANA timezone name for scheduling
Example: Asia/Shanghai
rotationTypeStringRequiredRotation type: daily, weekly, or custom
Example: weekly
shiftDurationStringRequiredDuration of each shift as a Go duration string
Example: 168h
