更新项目成员的角色
POST
https://open.teambition.com/api/project/member/updateRole
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.teambition.com/api/project/member/updateRole' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "5a28e2036176bbde...",
"projectId": "5e0d98527d161c00...",
"userId": "5a28e2036176bbde...",
"role": 1
}'
响应示例响应示例
{
"code": "number",
"errorMessage": "string",
"result": null
}
请求参数
Header 参数
Authorization
string
可选
默认值:
{{Authorization}}
X-Tenant-Id
string
企业 ID
默认值:
{{X-Tenant-Id}}
X-Tenant-Type
string
可选
默认值:
organization
Body 参数application/json
返回响应
修改于 2021-12-28 11:11:17