Workspace Variables
Update a workspace variable
Update the workspace variable value with this key.
PUT
/
workspaces
/
{workspace_id}
/
application_variables
/
{variable_key}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
variable_key
string
requiredKey of the variable
Body
application/json
The new value for a workspace variable
value
required
Response
200 - application/json
status
enum<string>
requiredThe outcome of the update request
Available options:
updated
data
object
requiredThe key, value, and secret status of a workspace variable
Was this page helpful?