Home / Resources / API Reference

Project

Base route: /api/project

Replace workspace variables

Bulk replaces the current set of imported workspace variables with a new list of workspace variable identifiers.

Request

Parameters
projectId
string
required
The identifier of the project.
workspaceVariableIds
array
required
Array of IDs representing variables to import.
Request body

PUT /api/project/workspace-variables {   "projectId": "string",   "workspaceVariableIds": ["string"] }

Response

200 OK