send notification to receiver
send notification to receiver
Path Parameters
id uint64 required
application/json
Request Body required
payload object
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
object
{}
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...