UpdateGroupRoles
Update group roles
Description
Delete all the roles that are associated with the group and assign new roles (replacement).
Method
POST
Request URL Format
/api/v0/grouproles/:group-id
Payload
Content-Type : application/json
{
"group_roles":
[
{
"app_id":"アプリケーションディスプレイID-1",
"role_id":"ロールディスプレイID-1"
},
{
"app_id":"アプリケーションデイスプレイID-2",
"role_id":"ロールディスプレイID-2"
}
]
}
Request URL Sample
POST https://api.xxx.com/api/v0/grouproles/:group-id
Response Sample
{} // empty object