diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-04-16 15:29:12 +0200 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-04-20 11:54:05 +0200 |
commit | 0725c28069689ae958adfc140f0a47fa9596f641 (patch) | |
tree | 83b0407b4ffcff90140a45ced6bb0d38effb951e /lib/ci | |
parent | a70164519d038e35ef17099579f5e2d5c71aed6d (diff) | |
download | gitlab-ce-0725c28069689ae958adfc140f0a47fa9596f641.tar.gz |
Add documentation of incremental trace update API
[ci skip]
Diffstat (limited to 'lib/ci')
-rw-r--r-- | lib/ci/api/builds.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ci/api/builds.rb b/lib/ci/api/builds.rb index 776129d90e0..c18c457c640 100644 --- a/lib/ci/api/builds.rb +++ b/lib/ci/api/builds.rb @@ -57,7 +57,8 @@ module Ci # Body: # content of logs to append # Headers: - # Content-Range: range of conntent that was sent + # Content-Range (required) - range of conntent that was sent + # BUILD-TOKEN (required) - The build authorization token # Example Request: # PATCH /builds/:id/trace.txt patch ":id/trace.txt" do |