Skip to content

Commit 733b0d4

Browse files
feat: remove heading
1 parent 04d7e29 commit 733b0d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/reference/api/hub/latest.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ paths:
686686
description: |
687687
Create an access token for an organization.
688688
689-
## Creating an access token with read access to public repositories.
689+
**Creating an access token with read access to public repositories**
690690
691691
To refer to public repositories, use the `*/*/public` paths.
692692
@@ -699,9 +699,7 @@ paths:
699699
{
700700
"type": "TYPE_REPO",
701701
"path": "*/*/public",
702-
"scopes": [
703-
"repo-pull"
704-
]
702+
"scopes": [ "repo-pull" ]
705703
}
706704
],
707705
"expires_at": "2023-05-20T00:54:18Z"

0 commit comments

Comments
 (0)