Msgs
Create Namespace
Creates or updates a msgs namespace with the given name.
post/api/v1.msgs.namespace.create
Request body
Example request
{
"name": "some_namespace"
}Response
Example response
{
"name": "some_namespace"
}Creates or updates a msgs namespace with the given name.
{
"name": "some_namespace"
}{
"name": "some_namespace"
}