Update group CI/CD variable
update_group_ci_variableUpdate a GitLab group CI/CD variable's value, type, or scope without exposing the secret in responses. Adjust environment variables for group-level pipelines.
Instructions
Update a group CI/CD variable without returning its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| raw | No | Whether the value is literal. Set false to enable variable expansion. | |
| group | Yes | GitLab group ID or full path such as parent/subgroup. | |
| value | Yes | ||
| masked | No | ||
| protected | No | ||
| description | No | ||
| variable_type | No | ||
| environment_scope | No | ||
| filter_environment_scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |