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 04d7e29 commit 733b0d4Copy full SHA for 733b0d4
content/reference/api/hub/latest.yaml
@@ -686,7 +686,7 @@ paths:
686
description: |
687
Create an access token for an organization.
688
689
- ## Creating an access token with read access to public repositories.
+ **Creating an access token with read access to public repositories**
690
691
To refer to public repositories, use the `*/*/public` paths.
692
@@ -699,9 +699,7 @@ paths:
699
{
700
"type": "TYPE_REPO",
701
"path": "*/*/public",
702
- "scopes": [
703
- "repo-pull"
704
- ]
+ "scopes": [ "repo-pull" ]
705
}
706
],
707
"expires_at": "2023-05-20T00:54:18Z"
0 commit comments