Contents

プルリクエスト添付ファイルのダウンロード

プルリクエストの添付ファイルをダウンロードします。

実行可能な権限

管理者
一般ユーザー

メソッド

GET

URL

/api/v2/projects/:projectIdOrKey/git/repositories/:repoIdOrName/pullRequests/:number/attachments/:attachmentId

URL パラメーター

パラメーター名内容
projectIdOrKey文字列プロジェクトのID または プロジェクトキー
repoIdOrName文字列リポジトリのID または リポジトリ名
number数値プルリクエストの番号
attachmentId数値添付ファイルのID

レスポンス例

ステータスライン / レスポンスヘッダ

HTTP/1.1 200 OK
Content-Type:application/octet-stream
Content-Disposition:attachment;filename="attachment.doc"