Skip to content

Create Kv

POST
/v1/sandbox/{sandbox_id}/kv

Create Key Value pair for a sandbox

Requires permission sandbox:config:edit.

Authorizations

Parameters

Path Parameters

sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Request Body required

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

Responses

201

Successful Response

object
value

Value for KV pair

string
notes

Notes to store additonal information for reference

string
key
required

Key (identifier) for this KV pair

string

422

Validation Error

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