diff options
-rw-r--r-- | lib/api/runner.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/runner.rb b/lib/api/runner.rb index 8372b794739..ada1073c8dc 100644 --- a/lib/api/runner.rb +++ b/lib/api/runner.rb @@ -55,6 +55,8 @@ module API end params do requires :token, type: String, desc: %q(Runner's authentication token) + optional :last_update, type: String, desc: %q(Runner's queue last_update token) + optional :info, type: Hash, desc: %q(Runner's metadata) end post '/request' do authenticate_runner! |