Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Body

application/json
end_at
string<date-time>
required

End time of the override

Example:

"2021-08-17T14:00:00.000000Z"

layer_id
string
required

The layer this override applies to

Example:

"01G0J1EXE7AXZ2C93K61WBPYNH"

rotation_id
string
required

The rotation this override applies to

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

schedule_id
string
required

The schedule this override applies to

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

start_at
string<date-time>
required

Start time of the override

Example:

"2021-08-17T13:00:00.000000Z"

user
object
required
Example:

Response

201 - application/json

Created response.

override
object
required