-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IAM-6099] Document endpoint for assigning multiple teams #2618
Conversation
cbe871c
to
91509bb
Compare
Deploy preview ready for 2618! |
e93283b
to
30514ef
Compare
Deploy preview ready for 2618! |
Deploy preview ready for 2618! |
### Subscribe a User to a Team | ||
|
||
<details><summary><span className="api post">POST</span> <code>/team-management/v1/membership/</code></summary> | ||
<p/> | ||
|
||
This endpoint is <strong>DEPRECATED</strong>. Please use <a href="#update-users-team-assignment">Update User's Team Assignment</a> endpoint instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the same pattern as done in
sauce-docs/docs/dev/api/jobs.md
Line 1137 in 30514ef
<p><span className="sauceGold">DEPRECATED</span></p> |
and
sauce-docs/docs/dev/api/jobs.md
Line 1143 in 30514ef
<details><summary><span className="api get">GET</span> <code>/rest/v1/{username}/builds</code> <small><span className="sauceGold">DEPRECATED</span></small></summary> |
Deploy preview ready for 2618! |
6dc1b0b
to
c28cb8b
Compare
Deploy preview ready for 2618! |
Deploy preview ready for 2618! |
Deploy preview ready for 2618! |
Deploy preview ready for 2618! |
Description
From now on, a single user can be assigned to more than 1 team. Saucelabs clients should start using
/team-management/v1/users/{uuid}/teams/
endpoint instead of/team-management/v1/membership/
.Types of Changes