1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00

Apply suggestions from code review

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
This commit is contained in:
Thomas Heartman 2022-02-23 10:36:50 +01:00
parent 81c6ef2d6e
commit 92349b5561

View File

@ -714,7 +714,7 @@ Authorization:$KEY
DELETE /api/admin/projects/:projectId/users/:userId/roles/:roleId
```
This will remove the specified from user from the project. The user _must_ have the role indicated by the `:roleId` URL parameter for the request to succeed.
This will remove the specified user from the project. The user _must_ have the role indicated by the `:roleId` URL parameter for the request to succeed.
#### URL parameters