With this API, you can view, add, edit, and delete variables in a project.
...
Answer description:
Creation.
Allows you to create a new variable in the project.
...
Name | Description | Validation |
---|---|---|
name | Name | Unique within the project |
type | Type | Available
|
description | Description | Available |
values | Choices separated by commas | Обязательно если тип enum |
If successful, get the created Variable object.
Update.
Allows you to update an existing variable.
...