/
SV
svix
/
Diom API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3w ago
Details
Filter operations
Admin
15
Auth Tokens
9
post
Auth Token Create
post
Auth Token Expire
post
Auth Token Delete
post
Auth Token Verify
post
Auth Token List
post
Auth Token Update
post
Auth Token Rotate
post
Auth Token Configure Namespace
post
Auth Token Get Namespace
Cache
5
ClusterAdmin
4
Health
2
Idempotency
5
Key Value Store
5
Msgs
13
Rate Limiter
5
Auth Tokens
Auth Token Update
Update Auth Token
post
/api/v1.auth-token.update
Request body
AuthTokenUpdateIn
required
namespace
string
nullable
id
string
required
name
string
nullable
expiry_ms
integer
nullable
metadata
object
nullable
scopes
string[]
nullable
enabled
boolean
nullable
Example request
{ "namespace": "some_namespace" }
Response
AuthTokenUpdateOut
required
Changes