|
193 | 193 | "name": "selected_repository_ids", |
194 | 194 | "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://developer.github.com/v3/actions/secrets/#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://developer.github.com/v3/actions/secrets/#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://developer.github.com/v3/actions/secrets/#remove-selected-repository-from-an-organization-secret) endpoints.", |
195 | 195 | "in": "BODY", |
196 | | - "type": "number[]", |
| 196 | + "type": "integer[]", |
197 | 197 | "required": false, |
198 | 198 | "enum": null, |
199 | 199 | "allowNull": false, |
|
5036 | 5036 | "method": "POST", |
5037 | 5037 | "url": "/applications/{client_id}/token", |
5038 | 5038 | "isDeprecated": false, |
5039 | | - "deprecationDate": "2020-02-14", |
| 5039 | + "deprecationDate": null, |
5040 | 5040 | "description": "OAuth applications can use a special API method for checking OAuth token validity without exceeding the normal rate limits for failed login attempts. Authentication works differently with this particular endpoint. You must use [Basic Authentication](https://developer.github.com/v3/auth#basic-authentication) to use this endpoint, where the username is the OAuth application `client_id` and the password is its `client_secret`. Invalid tokens will return `404 NOT FOUND`.", |
5041 | 5041 | "documentationUrl": "https://developer.github.com/v3/apps/oauth_applications/#check-a-token", |
5042 | 5042 | "previews": [], |
|
5286 | 5286 | "method": "DELETE", |
5287 | 5287 | "url": "/applications/{client_id}/grant", |
5288 | 5288 | "isDeprecated": false, |
5289 | | - "deprecationDate": "2020-02-14", |
| 5289 | + "deprecationDate": null, |
5290 | 5290 | "description": "OAuth application owners can revoke a grant for their OAuth application and a specific user. You must use [Basic Authentication](https://developer.github.com/v3/auth#basic-authentication) when accessing this endpoint, using the OAuth application's `client_id` and `client_secret` as the username and password. You must also provide a valid OAuth `access_token` as an input parameter and the grant for the token's owner will be deleted.\n\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for the user. Once deleted, the application will have no access to the user's account and will no longer be listed on [the application authorizations settings screen within GitHub](https://github.com/settings/applications#authorized).", |
5291 | 5291 | "documentationUrl": "https://developer.github.com/v3/apps/oauth_applications/#delete-an-app-authorization", |
5292 | 5292 | "previews": [], |
|
5365 | 5365 | "method": "DELETE", |
5366 | 5366 | "url": "/applications/{client_id}/token", |
5367 | 5367 | "isDeprecated": false, |
5368 | | - "deprecationDate": "2020-02-14", |
| 5368 | + "deprecationDate": null, |
5369 | 5369 | "description": "OAuth application owners can revoke a single token for an OAuth application. You must use [Basic Authentication](https://developer.github.com/v3/auth#basic-authentication) when accessing this endpoint, using the OAuth application's `client_id` and `client_secret` as the username and password.", |
5370 | 5370 | "documentationUrl": "https://developer.github.com/v3/apps/oauth_applications/#delete-an-app-token", |
5371 | 5371 | "previews": [], |
|
6510 | 6510 | "method": "PATCH", |
6511 | 6511 | "url": "/applications/{client_id}/token", |
6512 | 6512 | "isDeprecated": false, |
6513 | | - "deprecationDate": "2020-02-14", |
| 6513 | + "deprecationDate": null, |
6514 | 6514 | "description": "OAuth applications can use this API method to reset a valid OAuth token without end-user involvement. Applications must save the \"token\" property in the response because changes take effect immediately. You must use [Basic Authentication](https://developer.github.com/v3/auth#basic-authentication) when accessing this endpoint, using the OAuth application's `client_id` and `client_secret` as the username and password. Invalid tokens will return `404 NOT FOUND`.", |
6515 | 6515 | "documentationUrl": "https://developer.github.com/v3/apps/oauth_applications/#reset-a-token", |
6516 | 6516 | "previews": [], |
|
0 commit comments