mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Apply suggestions from code review
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
This commit is contained in:
parent
38ed3816a8
commit
c9dd60e1ea
@ -730,7 +730,7 @@ The user's role has been successfully changed. This response has no body.
|
|||||||
|
|
||||||
##### 400 Bad Request
|
##### 400 Bad Request
|
||||||
|
|
||||||
You tried to change the role of only user with the `owner` role in the project:
|
You tried to change the role of the only user with the `owner` role in the project:
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
[
|
[
|
||||||
@ -775,7 +775,7 @@ This removes the specified role from the user in the project. Because users can
|
|||||||
|
|
||||||
##### 200 OK
|
##### 200 OK
|
||||||
|
|
||||||
The no longer has the specified role in the project. If the user had this role prior to this API request, they will have been removed from the project. This response has no body.
|
The user no longer has the specified role in the project. If the user had this role prior to this API request, they will have been removed from the project. This response has no body.
|
||||||
|
|
||||||
##### 400 Bad Request
|
##### 400 Bad Request
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user