Skip to content

Commit

Permalink
appen pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Jun 7, 2020
1 parent ea42ffa commit ab0689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caliban_toolbox/figure_eight_functions.py
Expand Up @@ -145,7 +145,7 @@ def rename_job(job_id, key, name):
'title': name
}}
response = requests.put(
'https://api.figure-eight.com/v1/jobs/{}.json'.format(job_id), data=json.dumps(payload),
'https://api.appen.com/v1/jobs/{}.json'.format(job_id), data=json.dumps(payload),
headers=headers)


Expand Down

0 comments on commit ab0689b

Please sign in to comment.