Skip to main content
PUT
Set value (SDK)

Path Parameters

namespace
string
required

Namespace name

key
string
required

Entry key (URL-encoded)

Body

application/json
value
any
required

Value to store (any JSON-serializable value, max 256 KB). null is rejected — use DELETE to remove a key.

Example:
ttl
integer

Time-to-live in seconds. Omit for a persistent entry. Setting a value without ttl clears any previous TTL.

Required range: x >= 1
Example:

3600

Response

200

Value stored successfully.