Skip to main content
POST
Devin Review をトリガーする

権限

Enterprise レベルの UseReviewManual 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

ボディ

application/json
pr_url
string
必須

レビュー対象の pull/merge request の完全な URL(例: https://github.com/owner/repo/pull/123)。

:

"https://github.com/owner/repo/pull/123"

レスポンス

成功レスポンス

commit_sha
string
必須

レビュー対象となる PR の HEAD コミットの SHA。

created_at
string<date-time>
必須

レビューが承認された日時。

pr_number
integer
必須

Pull/merge request 番号。

repo_path
string
必須

正規化された、ホスト接頭辞付きのリポジトリパス(例: github.com/owner/repo)。

status
enum<string>
必須

現在のレビュー状態。新たに承認されたレビューは pending で開始されます。

利用可能なオプション:
pending,
running,
completed,
errored,
cancelled