機械翻訳について

プロジェクトの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}