Skip to content

Write configuration

Write or update a key value.

HTTP request

http
PUT /v1/config/{key}
Authorization: Bearer <SMPLKIT_API_KEY>
Content-Type: application/json
json
{
  "environment": "staging",
  "value": 3500
}

Writes create a new version and can trigger real-time update events.