Update job submission URL in debug shell scripts
Add `/v3/` component introduced in 9daecf2b
This commit is contained in:
parent
feaf9545a6
commit
a61fe3b6ab
@ -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 '{
|
||||
|
@ -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 '{
|
||||
|
Loading…
x
Reference in New Issue
Block a user