We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f12f86 commit 3c210c3Copy full SHA for 3c210c3
gitlab/v4/objects/job_token_scope.py
@@ -72,6 +72,6 @@ def get_id(self) -> int:
72
73
class AllowlistedGroupManager(ListMixin, CreateMixin, DeleteMixin, RESTManager):
74
_path = "/projects/{project_id}/job_token_scope/groups_allowlist"
75
- _obj_cls = AllowlistedProject
+ _obj_cls = AllowlistedGroup
76
_from_parent_attrs = {"project_id": "project_id"}
77
_create_attrs = RequiredOptional(required=("target_group_id",))
0 commit comments