Close Incident
POST {{baseUrl}}/v1/incidents/:identifier/close?identifierType=id
Closes incident with given identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id' or 'tiny. Default is id' |
Request Body
{"note"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |