{
"token": "string",
"pages": [
{
"pgId": "string",
"isOwner": true,
"isReadable": true,
"isExportable": true
}
]
}curl --location --request POST '/public-api/user-group//modify-authorized-pages' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"pages": [
{
"pgId": "string",
"isOwner": true,
"isReadable": true,
"isExportable": true
}
]
}'{
"result": "ok",
"response": [
{
"id": "k21fac69427ab4c4eb975374",
"name": "页面2",
"sources": [
{
"isSelf": true,
"id": "a619a7d623b9842c89106c5f",
"name": "Group B"
}
],
"isOwner": false,
"isInherit": false,
"canExport": true
},
{
"id": "a66dc01f2cb664284b3927d0",
"name": "跳转至链接_在本标签页中打开",
"sources": [
{
"isSelf": true,
"id": "a619a7d623b9842c89106c5f",
"name": "Group B"
}
],
"isOwner": true,
"isInherit": false,
"canExport": true
}
]
}