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 9195be7 commit 36ac9d5Copy full SHA for 36ac9d5
content/reference/api/hub/latest.yaml
@@ -927,7 +927,7 @@ paths:
927
"404":
928
$ref: "#/components/responses/NotFound"
929
930
-/v2/repositories/{namespace}/{repository}/groups/{group_id}:
+ /v2/repositories/{namespace}/{repository}/groups/{group_id}:
931
parameters:
932
- $ref: "#/components/parameters/namespace"
933
- $ref: "#/components/parameters/repository"
@@ -3177,6 +3177,13 @@ components:
3177
required: true
3178
schema:
3179
type: string
3180
+ group_id:
3181
+ in: path
3182
+ name: group_id
3183
+ required: true
3184
+ schema:
3185
+ type: string
3186
+ description: ID of the group (team) to remove from repository access
3187
org_name:
3188
in: path
3189
name: org_name
0 commit comments