diff --git a/debug-job-echo.sh b/debug-job-echo.sh index 80dfc3b8..2f3708d2 100755 --- a/debug-job-echo.sh +++ b/debug-job-echo.sh @@ -1,7 +1,7 @@ #!/bin/bash curl -X 'POST' \ - 'http://localhost:8080/api/jobs' \ + 'http://localhost:8080/api/v3/jobs' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ diff --git a/debug-job-render.sh b/debug-job-render.sh index bb2a4663..bdf0ec9a 100755 --- a/debug-job-render.sh +++ b/debug-job-render.sh @@ -1,7 +1,7 @@ #!/bin/bash curl -v -X 'POST' \ - 'http://localhost:8080/api/jobs' \ + 'http://localhost:8080/api/v3/jobs' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{