Values
Manage values.
List all values, sorted alphabetically by name.
query Parameters
organization_idID of the organization. (UUID format)
pagePage number.
page_sizeMaximum number of values on the page.
key_idID of the key to list the values for. (UUID format)
List all values, sorted alphabetically by name. › Responses
List of values for a key, sorted alphabetically by name.
total_countTotal number of values returned.
Add a value definition to a key.
Add a value definition to a key. › Request Body
key_idID of the key the value will be bound to. (UUID format)
nameName of the value.
descriptionDescription of the value.
Add a value definition to a key. › Responses
idID of the value. (UUID format)
key_idID of the key the value is associated to. (UUID format)
nameName of the value (e.g. "production" for a key "environment").
descriptionDescription of the value.
Retrieve a specific value.
path Parameters
value_idID of the value to retrieve. (UUID format)
Retrieve a specific value. › Responses
idID of the value. (UUID format)
key_idID of the key the value is associated to. (UUID format)
nameName of the value (e.g. "production" for a key "environment").
descriptionDescription of the value.
Update name or description.
path Parameters
value_idID of the value to update. (UUID format)
Update name or description. › Request Body
nameNew name of the value.
descriptionNew description of the value.
Update name or description. › Responses
idID of the value. (UUID format)
key_idID of the key the value is associated to. (UUID format)
nameName of the value (e.g. "production" for a key "environment").
descriptionDescription of the value.