ライブラリRESTエンドポイント
Integrations/Projects/Libraries
「統合/プロジェクト/ライブラリ」カテゴリからの操作。
- プロジェクト内のライブラリ・バージョンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id} - プロジェクト内のライブラリのインポート(登録)
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/libraries/archive - プロジェクト内のライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id} - プロジェクト内のライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/libraries - プロジェクト内のライブラリの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id}/archive