デプロイメントのRESTエンドポイント
Integrations/Projects/Deployments
「統合/プロジェクト/デプロイメント」カテゴリからの操作。
- プロジェクトでのデプロイメントの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/deployments - プロジェクト内のデプロイメントの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - プロジェクト内のデプロイメントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - プロジェクト内のデプロイメントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/deployments - プロジェクトのデプロイメントの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}