Skip to content

Commit f17e0b0

Browse files
author
David Ashman
committed
Add JobId as a URL parameter
1 parent 758d77f commit f17e0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/convert_api/client.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class Client
3030

3131
# Parameters that are always on the URL, even for POST
3232
POST_URL_PARAMS = [
33-
:WebHook
33+
:WebHook,
34+
:JobId
3435
].freeze
3536

3637
def get(path, params = {}, options = {})

0 commit comments

Comments
 (0)