Create
Create a new sync rule linking a schedule to a sync target.
POST
Create
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
The schedule to create a sync rule for
Example:
"01FDAG4SAP5TYPT98WGR2N7W91"
Body
application/json
Example:
{
"annotations": { "incident.io/terraform/version": "3.0.0" },
"schedule_sync_target_id": "01JXYZ000000000000000000AB",
"sync_type": "on_call"
}Response
201 - application/json
Created response.
Create