Create a subscription
Create a subscription
application/json
Request Body required
- Array [
- ]
urn string
namespace uint64
receivers object[]
id uint64
configuration object
subscription_receiver_labels object
property name* string
match object
property name* string
metadata object
created_by string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
id uint64
{
"id": "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...