Skip to content

Update Kv

PUT
/v1/sandbox/{sandbox_id}/kv/{kv_key}

Update Key Value pair for a sandbox

Requires permission sandbox:config:edit.

Authorizations

Parameters

Path Parameters

kv_key
required

KV Key

string

KV Key

sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Request Body required

object
value

Value for KV pair

string
notes

Notes to store additonal information for reference

string

Responses

200

Successful Response

object
sandbox_id

ID of the Sandbox

string format: uuid
key
required

Key (identifier) for this KV pair

string
value

Value for KV pair

string
notes

Notes to store additonal information for reference

string
created_timestamp

Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

string format: date-time
last_modified_timestamp

Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

string format: date-time

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string