部署 CODEARTS DEPLOY-批量修改应用权限:请求示例

时间:2024-08-01 14:43:07

请求示例

https://{endpoint}/v3/applications/permissions

{
  "application_ids" : [ "eac65c10c5c34df1824af96ec93a9eea", "3ba2ad194ff141e39b1d3d0749242858" ],
  "project_id" : "0a38ce9ba3c740c199a0f872b6163661",
  "roles" : [ {
    "dev_role_id" : "ba0d4b2e-f7e6-46a3-aece-3002ff640e73",
    "can_copy" : true,
    "can_create_env" : true,
    "can_delete" : true,
    "can_disable" : true,
    "can_execute" : true,
    "can_manage" : true,
    "can_modify" : true,
    "can_view" : true
  } ]
}
support.huaweicloud.com/api-deployman/BatchUpdateApplicationPermissions.html