Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Updated role of the user in the project
Available options:
admin
, member
Examples:
"admin"
"member"
Response
Successful Response
The response is of type any
.