/
SV
svix
/
Diom API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 57m ago · Updated 3w ago
Details
Filter operations
Admin
19
Auth Tokens
9
Cache
5
Health
2
Idempotency
5
Key Value Store
5
Msgs
12
post
Create Namespace
post
Get Namespace
post
Publish
post
Stream Receive
post
Stream Commit
post
Stream Seek
post
Queue Receive
post
Queue Ack
post
Queue Configure
post
Queue Nack
post
Queue Redrive Dlq
post
Topic Configure
Rate Limiter
5
Msgs
Create Namespace
Creates or updates a msgs namespace with the given name.
post
/api/v1.msgs.namespace.create
Request body
MsgNamespaceCreateIn
required
name
string
required
retention
Retention
Response
MsgNamespaceCreateOut
required
name
string
required
retention
Retention
required
created
string
date-time
required
updated
string
date-time
required
Changes