We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220c3fd commit 1c79b53Copy full SHA for 1c79b53
lib/skylab_studio/client.rb
@@ -60,7 +60,7 @@ def get_job_by_name(options = {})
60
def update_job(job_id, options = {})
61
validate_argument_presence nil, :job_id
62
63
- SkylabStudio::Request.new(@configuration).patch("jobs/#{options[:id]}", options)
+ SkylabStudio::Request.new(@configuration).patch("jobs/#{job_id}", options)
64
end
65
66
def queue_job(options = {})
0 commit comments