/
SV
svix
/
Diom API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v51
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
72
165
343.2 KB
Cache
Cache Set
Cache Set
post
/api/v1.cache.set
Request body
CacheSetIn
required
namespace
string
nullable
key
string
required
value
integer[]
required
ttl_ms
integer
required
Time to live in milliseconds
Example request
{ "namespace": "some_namespace", "key": "some_key" }
Response
CacheSetOut
required