Skip to content

Commit

Permalink
docs: add correct return values for role deletion endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Mar 3, 2022
1 parent 92349b5 commit e84b8f3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions website/docs/api/admin/feature-toggles-api-v2.md
Expand Up @@ -678,11 +678,7 @@ This will add a user to a project and give the user a specified role within that

##### 200 OK

The user was added to the project with the specified role.

``` json
{ }
```
The user was added to the project with the specified role. This response has no body.

##### 400 Bad Request

Expand Down Expand Up @@ -735,11 +731,7 @@ If you provide the wrong role id for the user, but there is another user in the

##### 200 OK

The user has been removed from the project.

``` json
{ }
```
The user has been removed from the project. This response has no body.

##### 400 Bad Request

Expand Down

0 comments on commit e84b8f3

Please sign in to comment.