編集ロールRESTエンドポイント
編集ロール
編集ロール・カテゴリの操作。
- 編集ロールのコピー
- メソッド: postパス:
/content/management/api/v1.1/editorialRoles/{roleId}/copy - 編集ロールの作成
- メソッド: postパス:
/content/management/api/v1.1/editorialRoles - 編集ロールの削除
- メソッド: deleteパス:
/content/management/api/v1.1/editorialRoles/{roleId} - 編集ロールでのすべての権限の表示
- メソッド: getパス:
/content/management/api/v1.1/editorialRoles/{roleId}/permissions - リポジトリによって参照される編集ロールのリスト
- メソッド: getパス:
/content/management/api/v1.1/editorialRoles/{roleId}/referencedByRepositories - 編集ロールのリスト
- メソッド: getパス:
/content/management/api/v1.1/editorialRoles - 編集ロールを読む
- メソッド: getパス:
/content/management/api/v1.1/editorialRoles/{roleId} - 編集ロールの更新
- メソッド: putパス:
/content/management/api/v1.1/editorialRoles/{roleId}