v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Global Variables

Update Global Variable Endpoint

Update a global variable.

patch/workflows/v1/global-variables/{variable_id}

Path parameters

variable_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

namestring nullable
valuestring nullable
descriptionstring nullable
categorystring nullable
is_secretboolean nullable

Response

Successful Response

Example response

{
  "variable": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}