Change Project Member Role
Change Project Member Role
POST/api/2/auto_eval/project/change_member_role
Description of change_member_role
Request
- application/json
Body
projectId stringrequired
roleId integerrequired
The role id of the project member
projectRole ProjectRole (string)required
The new project role for the member
Possible values: [PROJECT_ROLE_UNSPECIFIED
, PROJECT_ROLE_ADMIN
, PROJECT_ROLE_MEMBER
, PROJECT_ROLE_CONTRIBUTOR
]
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
{
"success": true
}
Loading...