Workspace Variables
Create a workspace variable
Create a new workspace variable in this workspace.
POST
/
workspaces
/
{workspace_id}
/
application_variables
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
Body
application/json
The key, value, and secret status of a workspace variable
key
string
requiredKeys cannot contain whitespaces
value
required
secret
boolean
requiredWhether this variable contains secret or sensitive information, like a password. Secret variables can only be used in secret connection credentials.
Response
201 - application/json
status
enum<string>
requiredThe outcome of the creation request
Available options:
success
data
object
requiredThe key, value, and secret status of a workspace variable
Was this page helpful?