{ "opencollection": "1.0.0", "info": { "name": "GitHub Application Reset API", "version": "1.1.4" }, "items": [ { "info": { "name": "Reset", "type": "folder" }, "items": [ { "info": { "name": "GitHub Reset Token", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}/api/v3/applications/:client_id/token", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "The client ID of the GitHub app." } ], "body": { "type": "json", "data": "{}" } }, "docs": "OAuth applications and GitHub applications with OAuth authorizations 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://docs.github.com/enterprise-server@3.9/rest/overview/other-authentication-methods#basic-authentication) when accessing this endpoint, using the application's `client_id` and `client_secret` as the usernam" } ] } ], "bundled": true }