Update output for Getting a secret

Indicate that the response is JSON and not plain text.
This commit is contained in:
Martin Björkström 2021-02-19 15:22:57 +02:00 committed by GitHub
parent f66395a6e0
commit 4976d33b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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. You should see output with the secret you stored in the JSON file.
``` ```json
"I'm Batman" {"my-secret":"I'm Batman"}
``` ```
<a class="btn btn-primary" href="{{< ref quickstarts.md >}}" role="button">Next step: Explore Dapr quickstarts >></a> <a class="btn btn-primary" href="{{< ref quickstarts.md >}}" role="button">Next step: Explore Dapr quickstarts >></a>