We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2d694 commit 0986c93Copy full SHA for 0986c93
gitlab/v4/objects.py
@@ -1184,8 +1184,8 @@ class GroupVariableManager(CRUDMixin, RESTManager):
1184
_path = "/groups/%(group_id)s/variables"
1185
_obj_cls = GroupVariable
1186
_from_parent_attrs = {"group_id": "id"}
1187
- _create_attrs = (("key", "value"), ("protected",))
1188
- _update_attrs = (("key", "value"), ("protected",))
+ _create_attrs = (("key", "value"), ("protected", "variable_type"))
+ _update_attrs = (("key", "value"), ("protected", "variable_type"))
1189
1190
1191
class Group(SaveMixin, ObjectDeleteMixin, RESTObject):
0 commit comments