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