Base route: /api/project
Bulk replaces the current set of imported workspace variables with a new list of workspace variable identifiers.
PUT /api/project/workspace-variables
{
"projectId": "string",
"workspaceVariableIds": ["string"]
}
200 OK