You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/oauth_authorizations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Read more about these tokens on the [GitHub Help page](https://help.github.com/a
76
76
Name | Type | Description
77
77
-----|------|--------------
78
78
`scopes`|`array` | A list of scopes that this authorization is in.
79
-
`note`|`string` | **Required**. A note to remind you what the OAuth token is for.
79
+
`note`|`string` | **Required**. A note to remind you what the OAuth token is for. Tokens not associated with a specific OAuth application (i.e. personal access tokens) must have a unique note.
80
80
`note_url`|`string` | A URL to remind you what app the OAuth token is for.
81
81
`client_id`|`string` | The 20 character OAuth app client key for which to create the token.
82
82
`client_secret`|`string` | The 40 character OAuth app client secret for which to create the token.
@@ -168,7 +168,7 @@ Name | Type | Description
168
168
`scopes`|`array` | Replaces the authorization scopes with these.
169
169
`add_scopes`|`array` | A list of scopes to add to this authorization.
170
170
`remove_scopes`|`array` | A list of scopes to remove from this authorization.
171
-
`note`|`string` | A note to remind you what the OAuth token is for.
171
+
`note`|`string` | A note to remind you what the OAuth token is for. Tokens not associated with a specific OAuth application (i.e. personal access tokens) must have a unique note.
172
172
`note_url`|`string` | A URL to remind you what app the OAuth token is for.
173
173
`fingerprint`|`string` | A unique string to distinguish an authorization from others created for the same client ID and user.
0 commit comments