createIncidentType
Define and set up new incident types for the Rootly MCP server by providing essential details such as name, description, and associated notifications.
Instructions
Creates a new incident_type from provided data
Responses:
201 (Success): incident_type created
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}
401: resource not found
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}
422: invalid request
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |