Create Workspace Env Var
Environment Variables
Create Workspace Env Var
POST
Create Workspace Env Var
Create a workspace-scoped environment variable. The key must be a valid identifier (
^[A-Za-z_][A-Za-z0-9_]*$). The value may be empty to create a placeholder that the user fills in later via the Settings UI.Authorizations
Body
application/json
Environment variable name. Must start with a letter or underscore and contain only letters, digits, and underscores.
Required string length:
1 - 255Pattern:
^[A-Za-z_][A-Za-z0-9_]*$Value to store. May be empty to create a placeholder that the user will fill in later.
Maximum string length:
8192
