メインコンテンツへスキップ

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.

アクセステンプレート

アクセステンプレート エンドポイントの生成済みリファレンスです。 この生成済みページは、アクセステンプレート カテゴリのすべての Public API 操作をまとめています。

エンドポイント

ロール割り当てを一覧表示

GET /v1/public/accounts/{account_id}/auth/role-assignments パブリックアカウントの役割割り当てをリストする アカウントスコープのロール割り当てを一覧表示します。 完全なリファレンス: GET /v1/public/accounts/{account_id}/auth/role-assignments
OpenAPI リファレンス: /openapi.ja.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.ja.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.ja.json DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id}