Appearance
Update project user.
PATCH
/backend/v1/projects/{project}/members/{userId}
Updates a user's admin status within a project. Only project admins can modify a user's admin status.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
project*
Required
userId*
Typestring
RequiredRequest Body
application/json
JSON
{
"admin": true
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}