Msgs
Publish
Publishes messages to a topic within a namespace.
post/api/v1.msgs.publish
Request body
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name",
"idempotency_key": "my_idempotency_key"
}Response
Example response
{
"topics": [
{
"topic": "some_topic_name~0"
}
]
}