Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
wrong sample request in docs (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlliuy authored and boyang9527 committed Aug 9, 2018
1 parent 51c1e6a commit 17e5e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Public_API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ cURL
| curl
"https://[the-api-server-url]:[port]/v1/apps/8d0cee08-23ad-4813-a779-ad8118ea0b91/policy" \\
| -d @policy.json \\
| -X POST \\
| -X PUT \\
| -H "Content-Type: application/json"
| -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5MSIsImVtYWlsIjoiZW1haWwtMTk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5NTd9.p3cHAMwwVASl1RWxrQuOMLYRZRe4rTbaIH1RRux3Q5Y"
Response
Expand Down

0 comments on commit 17e5e03

Please sign in to comment.