Workspace Variables
Create a workspace variable
Create a new workspace variable in this workspace.
POST
/
workspaces
/
{workspace_id}
/
application_variables
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
Body
application/json
The key, value, and secret status of a workspace variable
Keys cannot contain whitespaces
Whether this variable contains secret or sensitive information, like a password. Secret variables can only be used in secret connection credentials.
Was this page helpful?