Skip to content

Commit bd60c50

Browse files
Add doc for creating OATs with public access (#22948)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> https://docker.atlassian.net/browse/IAM-1301 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 5b93347 commit bd60c50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/reference/api/hub/latest.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ paths:
927927
"404":
928928
$ref: "#/components/responses/NotFound"
929929

930-
931930
/v2/orgs/{org_name}/members:
932931
parameters:
933932
- $ref: "#/components/parameters/org_name"
@@ -3020,7 +3019,10 @@ components:
30203019
path:
30213020
type: string
30223021
example: "myorg/myrepo"
3023-
description: The path of the resource. The format of this will change depending on the type of resource.
3022+
description: |
3023+
The path of the resource. The format of this will change depending on the type of resource.
3024+
3025+
To reference public repositories, use `*/*/public` as the path value.
30243026
required: true
30253027
scopes:
30263028
type: array

0 commit comments

Comments
 (0)