Post bulk event notifications
Post bulk event notifications
application/json
Request Body required
- Array [
- Array [
- ]
- ]
notifications object[]
id string
namespace_id uint64
type string
data object
labels object
property name* string
valid_duration string
template string
create_at date-time
unique_key string
receiver_selectors object[]
receiver_selector object
property name* string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
notification_ids string[]
{
"notification_ids": [
"string"
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...