简体中文
cURL
curl --request PATCH \ --url https://api.devin.ai/v3beta1/enterprise/members/idp-groups/{idp_group_name} \ --header 'Content-Type: application/json' \ --data '{ "role_id": "<string>" }'
{ "idp_group_name": "<string>", "role_assignments": [ { "org_id": "<string>", "role": { "role_id": "<string>", "role_name": "<string>", "role_type": "enterprise" } } ] }
显示 子属性