Remove note from alert
POST/remove-note-from-alert
Remove a note from an alert.
Request
- application/json
Body
required
alertId uuidrequired
noteId 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...