blob: 64164a33276b51c25b70e6441433322a2f986e9b [file] [log] [blame]
taliob4b55052017-09-20 11:59:28 +03001#!/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
12curl -X PUT --header "Content-Type: application/json" --header "Accept: application/json" "http://localhost:8080/onboarding-api/v1.0/vendor-software-products/reSubmitAll"
13