プロジェクトのRESTエンドポイント
統合/プロジェクト
「統合/プロジェクト」カテゴリからの操作。
- プロジェクトのクローニング
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}/clone - プロジェクトの作成
- メソッド: postパス:
/ic/api/integration/v1/projects - プロジェクトの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{id} - プロジェクトのエクスポート
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}/archive - プロジェクトのGitリポジトリへのエクスポート
- メソッド: postパス:
/ic/api/integration/v1/gitprojects/{projectId}/exporttorepository - プロジェクトのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/projects/archive - Gitリポジトリからのプロジェクトのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/gitprojects/{projectId}/importfromrepository - プロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{id} - プロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/projects - Gitリポジトリからのプロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/gitprojects - プロジェクトの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}