Description
Imports a single workspace variable. Returns the project-side variable ID, even if the variable was already imported.
Parameters
| Name | In | Type | Required | Description |
projectId |
body |
string |
yes |
ID of the project. |
workspaceVariableId |
body |
string |
yes |
ID of the workspace variable. |
Errors
| Status | Meaning |
400 |
Invalid projectId or workspaceVariableId. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |