跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

访问模板

访问模板 端点的生成参考。 此生成页面汇总 访问模板 类别中的所有公共 API 操作。

端点

列出角色分配

GET /v1/public/accounts/{account_id}/auth/role-assignments 列出帐户角色分配 列出帐户范围的角色分配。 完整参考: GET /v1/public/accounts/{account_id}/auth/role-assignments
OpenAPI 参考: /openapi.zh-cn.json GET /v1/public/accounts/{account_id}/auth/role-assignments

分配角色

POST /v1/public/accounts/{account_id}/auth/role-assignments 创建帐户角色分配 创建帐户范围的角色分配。 完整参考: POST /v1/public/accounts/{account_id}/auth/role-assignments
OpenAPI 参考: /openapi.zh-cn.json POST /v1/public/accounts/{account_id}/auth/role-assignments

撤销角色分配

DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id} 撤销账户角色分配 撤销帐户范围的角色分配。 完整参考: DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}
OpenAPI 参考: /openapi.zh-cn.json DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}