Set of operations available to create and update environment variables. You can learn more about environment variables here.
Creates a variable
Creates a new environment variable in a branch for a given project.
path Parameters
accountNameThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectNameThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
branchNameThe name of the branch in your source control provider.
Request Body
nameThe name of the variable. Must be named in SCREAMING_SNAKE_CASE.
isSecretWhether the variable is a secret.
valueThe value of the variable.
Responses
The request has succeeded and a new resource has been created as a result.
branchcreatedOnWhen the item was created.
updatedOnWhen the item was last updated.
nameThe name of the variable. Must be named in SCREAMING_SNAKE_CASE.
isSecretWhether the variable is a secret.
valueThe value of the variable.
Updates a variable
Update the value of a variable in a branch for a given project.
path Parameters
accountNameThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectNameThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
branchNameThe name of the branch in your source control provider.
variableNameThe name of the environment variable.
Responses
The request has succeeded.
branchcreatedOnWhen the item was created.
updatedOnWhen the item was last updated.
nameThe name of the variable. Must be named in SCREAMING_SNAKE_CASE.
isSecretWhether the variable is a secret.
valueThe value of the variable.