Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ci/api
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-04-16 16:29:12 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2016-04-20 12:54:05 +0300
commit0725c28069689ae958adfc140f0a47fa9596f641 (patch)
tree83b0407b4ffcff90140a45ced6bb0d38effb951e /lib/ci/api
parenta70164519d038e35ef17099579f5e2d5c71aed6d (diff)
Add documentation of incremental trace update API
[ci skip]
Diffstat (limited to 'lib/ci/api')
-rw-r--r--lib/ci/api/builds.rb3
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