diff --git a/api/endpoints/algorithm.py b/api/endpoints/algorithm.py index 0ef26dd..5cfa55a 100644 --- a/api/endpoints/algorithm.py +++ b/api/endpoints/algorithm.py @@ -308,7 +308,7 @@ def post(self): else: response_body["code"] = status.HTTP_500_INTERNAL_SERVER_ERROR response_body["message"] = "Please include repo URL in the request" - response_body["error"] = "Missing key repo_url in request: {}".format(req_data) + response_body["error"] = "Missing key repository_url in request: {}".format(req_data) return response_body, status.HTTP_500_INTERNAL_SERVER_ERROR # creating file whose contents are returned on ci build success