Publish an Event
POST/firehose-svc/event
Publishes an event to the firehose service after authorization check
Request
- application/json
Body
required
Event to publish
event
object
data
name string
Responses
- 200
- 400
- 401
{}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...