Add a receiver of a subscription
Add a receiver of a subscription
Path Parameters
subscription_id uint64 required
application/json
Request Body required
receiver_id uint64
labels object
property name* string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
subscription_id uint64
receiver_id uint64
labels object
property name* string
{
"subscription_id": "string",
"receiver_id": "string",
"labels": {}
}
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...