Ana içeriğe atla

Endpoints

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

GET Operations (List/Get Environment Variable)

  • User must have GLOBAL_SETTINGS + VIEW permission in the project
  • If the asset category does not exist, user must have at least one permission in the project

POST/PUT/DELETE Operations (Create/Update/Delete Environment Variable)

  • User must have GLOBAL_SETTINGS + MANAGE permission in the project

Permission Requirements

OperationRequired Permission
List/Get Environment VariableGLOBAL_SETTINGS + VIEW (or any permission if category doesn’t exist)
Create/Update/Delete Environment VariableGLOBAL_SETTINGS + MANAGE