1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: remove error payload that no longer applies.

This commit is contained in:
Thomas Heartman 2022-03-04 10:41:24 +01:00
parent c9dd60e1ea
commit 4705fe22cc

View File

@ -779,17 +779,6 @@ The user no longer has the specified role in the project. If the user had this r
##### 400 Bad Request
No user with the current role exists in the project:
``` json
[
{
"msg": "Couldn't find roleId=<roleId> on project=<projectId>"
}
]
```
You tried to remove the only user with the role `owner` in the project:
``` json