Base route: /api/project
Creates a new variable specifically for the project. Unlike workspace variables, these are contained only within this project's scope.
POST /api/project/variable
{
"projectId": "string",
"name": "string",
"description": "string",
"variableType": "string"
}
{
"variableId": "string"
}