From ab0689bba745b09909e289f4ce4c2c22480663a8 Mon Sep 17 00:00:00 2001 From: ngreenwald Date: Sun, 7 Jun 2020 08:34:07 -0700 Subject: [PATCH] appen pathname --- caliban_toolbox/figure_eight_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caliban_toolbox/figure_eight_functions.py b/caliban_toolbox/figure_eight_functions.py index b942329..4c26133 100644 --- a/caliban_toolbox/figure_eight_functions.py +++ b/caliban_toolbox/figure_eight_functions.py @@ -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)