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: src/datadogV2/api/api_teams.rs
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1297,6 +1297,8 @@ impl TeamsAPI {
1297
1297
}
1298
1298
1299
1299
/// Add a user to a team.
1300
+
///
1301
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
1300
1302
pubasyncfncreate_team_membership(
1301
1303
&self,
1302
1304
team_id:String,
@@ -1321,6 +1323,8 @@ impl TeamsAPI {
1321
1323
}
1322
1324
1323
1325
/// Add a user to a team.
1326
+
///
1327
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
1324
1328
pubasyncfncreate_team_membership_with_http_info(
1325
1329
&self,
1326
1330
team_id:String,
@@ -1773,6 +1777,8 @@ impl TeamsAPI {
1773
1777
}
1774
1778
1775
1779
/// Remove a user from a team.
1780
+
///
1781
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
1776
1782
pubasyncfndelete_team_membership(
1777
1783
&self,
1778
1784
team_id:String,
@@ -1788,6 +1794,8 @@ impl TeamsAPI {
1788
1794
}
1789
1795
1790
1796
/// Remove a user from a team.
1797
+
///
1798
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
1791
1799
pubasyncfndelete_team_membership_with_http_info(
1792
1800
&self,
1793
1801
team_id:String,
@@ -4211,6 +4219,8 @@ impl TeamsAPI {
4211
4219
}
4212
4220
4213
4221
/// Update a user's membership attributes on a team.
4222
+
///
4223
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
4214
4224
pubasyncfnupdate_team_membership(
4215
4225
&self,
4216
4226
team_id:String,
@@ -4236,6 +4246,8 @@ impl TeamsAPI {
4236
4246
}
4237
4247
4238
4248
/// Update a user's membership attributes on a team.
4249
+
///
4250
+
/// **Note**: Each team has a setting that determines who is allowed to modify membership of the team. The `user_access_manage` permission generally grants access to modify membership of any team. To get the full picture, see [Team Membership documentation](<https://docs.datadoghq.com/account_management/teams/manage/#team-membership>).
0 commit comments