v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
kv

Set a user's key/value entry

post/v1/kv.set

Request body

$schemastring uri

A URL to the JSON Schema for this object.

keystring required

Key within the namespace

namespacestring required

Namespace this key lives under, e.g. 'ui' or 'wishlist'

valuestring required

Value to store (opaque string; JSON blobs are fine)

Example request

{
  "$schema": "https://api.steamsets.com/schemas/KvSetRequestBody.json"
}

Response

No Content