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
Copy file name to clipboardExpand all lines: content/v3/versions.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ The recommendations below will help you prepare your application for the next ma
59
59
1. Method: /repos/:owner/:repo/hooks/:id/test
60
60
: Recommendation: Use **/repos/:owner/:repo/hooks/:id/tests** (plural) instead.
61
61
62
+
1. Method: /teams/:id/members/:username
63
+
: Recommendation: Use [Get Team Membership](/v3/orgs/teams/#get-team-membership), [Add Team Membership](/v3/orgs/teams/#add-team-membership), and [Remove Team Membership](/v3/orgs/teams/#remove-team-membership) instead.
64
+
62
65
1. Query parameters when POSTing to /repos/:owner/:repo/forks
63
66
: Recommendation: Use JSON to POST to this method instead.
0 commit comments