talio | b4b5505 | 2017-09-20 11:59:28 +0300 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
| 3 | ########################################################################################################### |
| 4 | # script name - resubmit.sh |
| 5 | # run script - ./resubmit.sh |
| 6 | # this script performs check out, check in, submit for all submitted Vendor Software Products |
| 7 | # working vs. localhost |
| 8 | ########################################################################################################### |
| 9 | |
| 10 | |
| 11 | # check out, check in, submit for all submitted Vendor Software Products |
| 12 | curl -X PUT --header "Content-Type: application/json" --header "Accept: application/json" "http://localhost:8080/onboarding-api/v1.0/vendor-software-products/reSubmitAll" |
| 13 | |