Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With this API, you can view, add, edit, and delete variables in a project.

...

Answer description:

Name

Description

cursor

Cursor object

collection

Array of Variable objects

 

Creation.

Allows you to create a new variable in the project.

...

Name

Description

Validation

name

Name

Unique within the project

type

Type

Available

  • url

  • date

  • enum

  • email

  • phone

  • number

  • string

description

Description

Available

values

Choices separated by commas

Обязательно если тип enum

 

If successful, get the created Variable object.

Update.

Allows you to update an existing variable.

...