Home / Resources / API Reference

Project

Base route: /api/project

Update project variable

Updates the definition of a project-specific variable, including its name, description, and type.

Request

Parameters
variableId
string
required
The unique identifier of the variable to update.
Request body

PUT /api/project/variable {   "variableId": "string",   "name": "string",   "description": "string",   "variableType": "string" }

Response

200 OK