v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01167413460.1 KB
Incident Milestones

Create an Incident Milestone

post/incidents/{id}/milestones

Path parameters

idstring required

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "/v1/schemas/CreateIncidentMilestoneRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "/v1/schemas/CreateIncidentMilestoneResponseBody.json"
}