mirror of https://github.com/dapr/docs.git
Update output for Getting a secret
Indicate that the response is JSON and not plain text.
This commit is contained in:
parent
f66395a6e0
commit
4976d33b01
|
|
@ -86,8 +86,8 @@ Invoke-RestMethod -Uri 'http://localhost:3500/v1.0/secrets/my-secret-store/my-se
|
|||
|
||||
You should see output with the secret you stored in the JSON file.
|
||||
|
||||
```
|
||||
"I'm Batman"
|
||||
```json
|
||||
{"my-secret":"I'm Batman"}
|
||||
```
|
||||
|
||||
<a class="btn btn-primary" href="{{< ref quickstarts.md >}}" role="button">Next step: Explore Dapr quickstarts >></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue