Commit 92d9152
authored
Remove user from team API update documentation (#1066)
The current documentation says to delete a user based on the user id
however the API expects the username.
Usernames for teams are unique.
This PR updates
[doc](https://developer.hashicorp.com/terraform/enterprise/api-docs/team-members#delete-a-user-from-team-with-user-id
) to say username instead of user id
Jira ticket: https://hashicorp.atlassian.net/browse/IPL-7085File tree
1 file changed
+3
-3
lines changed- content/terraform-docs-common/docs/cloud-docs/api-docs
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments