Add note to alert
POST/add-note-to-alert
Add a note to an alert.
Request
- application/json
Body
required
noteId uuidrequired
alertId uuidrequired
Responses
- 200
- default
Successful response
- application/json
- Schema
Schema
string
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...