Base route: /api/project
Updates the definition of a project-specific variable, including its name, description, and type.
PUT /api/project/variable
{
"variableId": "string",
"name": "string",
"description": "string",
"variableType": "string"
}
200 OK