Skip to content

Commit

Permalink
fix: bring back `octokit.teams.removeMembership()
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 24, 2020
1 parent a7caaeb commit dadfe9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/rest-api-endpoints/routes.json
Expand Up @@ -6319,6 +6319,15 @@
},
"url": "/teams/:team_id/members/:username"
},
"removeMembership": {
"deprecated": "octokit.teams.removeMembership() has been renamed to octokit.teams.removeMembershipLegacy() (2020-01-16)",
"method": "DELETE",
"params": {
"team_id": { "required": true, "type": "integer" },
"username": { "required": true, "type": "string" }
},
"url": "/teams/:team_id/memberships/:username"
},
"removeMembershipInOrg": {
"method": "DELETE",
"params": {
Expand Down

0 comments on commit dadfe9a

Please sign in to comment.