Update pipeline schedule variable
update_pipeline_schedule_variableUpdate an existing pipeline schedule variable in GitLab by specifying project, schedule ID, key, and new value. Modifies the variable without returning its current value.
Instructions
Update a pipeline schedule variable without returning its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| variable_type | No | ||
| pipeline_schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |