Sitecore.Ship
Sitecore.Ship copied to clipboard
Sitecore.Ship package returns incorrect status codes
tools\curl\curl.exe -i -X POST http://ship/services/publish/listofitems --header "Content-Type: application/x-www-form-urlencoded" --header "Content-Length: 0" -H "Accept:application/json"
Actual:
HTTP/1.1 202 Accepted
Expected:
HTTP/1.1 204 No Content