Skip to content

Commit

Permalink
feat: .apps.revokeInstallationToken()
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 18, 2020
1 parent 29b4d3e commit ed31137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/rest-api-endpoints/routes.json
Expand Up @@ -597,6 +597,12 @@
"client_id": { "required": true, "type": "string" }
},
"url": "/applications/:client_id/grants/:access_token"
},
"revokeInstallationToken": {
"headers": { "accept": "application/vnd.github.gambit-preview+json" },
"method": "DELETE",
"params": {},
"url": "/installation/token"
}
},
"checks": {
Expand Down

0 comments on commit ed31137

Please sign in to comment.