Retrieves a list of supported alerts for a project
GET/v1/projects/alerts
Retrieves a list of supported alerts for a project
Responses
- 200
An array of alert components
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
components
object[]
descriptionstring
namestring
supportedChannelsstring[]
{
"components": [
{
"description": "string",
"name": "string",
"supportedChannels": [
"string"
]
}
]
}
Loading...