X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdata-router%2Fdata-router.rst;fp=docs%2Fdata-router%2Fdata-router.rst;h=ecce2096ce2c5bdb54c27a62e1891cb28dbd6a94;hb=6fe39de5114b1433061a25d1126d7a1cd06d994f;hp=33ae16822473d181005d5e675d6cf3823ba926bf;hpb=cb1693e59584bb3e1b897ed9431478ae30c666cc;p=dmaap%2Fdatarouter.git diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst old mode 100644 new mode 100755 index 33ae1682..ecce2096 --- a/docs/data-router/data-router.rst +++ b/docs/data-router/data-router.rst @@ -807,7 +807,7 @@ Response/Error Codes Sample Request ============== -curl -v -X PUT --user {user}:{password} -H "Content-Type: application/octet-stream" --data-binary @/opt/app/datartr/sampleFile.txt --location-trusted -k https://{host}:{port}/publish/{feedId}/sampleFile.txt +curl -v -X PUT --user {user}:{password} -H "Content-Type: application/octet-stream" --data-binary @/opt/app/datartr/sampleFile.txt --post301 --location-trusted -k https://{host}:{port}/publish/{feedId}/sampleFile.txt Delete a Published file -----------------------