Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4257 from pulumi/zbuchheit/team-membership-api-doc
Browse files Browse the repository at this point in the history
Update `Update Team Membership` api documentation
  • Loading branch information
zbuchheit authored May 9, 2024
2 parents 3186c8e + 3e1472c commit 21502d4
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,12 +1550,12 @@ PATCH /api/orgs/{organization}/teams/{team}

#### Parameters

| Parameter | Type | In | Description |
|----------------|--------|------|--------------------------------------------------------------------------|
| `organization` | string | path | organization name |
| `team` | string | path | team name |
| `memberAction` | string | body | The action for the user and team - possible values are `add` or `remove` |
| `member` | string | body | user name |
| Parameter | Type | In | Description |
|----------------|--------|------|------------------------------------------------------------------------------------------------|
| `organization` | string | path | organization name |
| `team` | string | path | team name |
| `memberAction` | string | body | The action for the user and team - possible values are `add`, `remove`, `promote`, or `demote` |
| `member` | string | body | user name |

#### Example

Expand Down

0 comments on commit 21502d4

Please sign in to comment.