diff options
author | econwar <conor.ward@ericsson.com> | 2018-08-24 14:15:43 +0000 |
---|---|---|
committer | econwar <conor.ward@ericsson.com> | 2018-08-24 14:15:43 +0000 |
commit | 6fe39de5114b1433061a25d1126d7a1cd06d994f (patch) | |
tree | 7414bca14795419fe657efb48fd498e7fbde437b | |
parent | cb1693e59584bb3e1b897ed9431478ae30c666cc (diff) |
Add post301 to docs
Change-Id: Ibed3be6d6b44659e605f9805a29910ffaef18015
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-549
-rwxr-xr-x[-rw-r--r--] | docs/data-router/data-router.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst index 33ae1682..ecce2096 100644..100755 --- 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
-----------------------
|