Skip to content

Commit

Permalink
Merge pull request #3762 from srilasya02/configapi-docs-changes
Browse files Browse the repository at this point in the history
Updated configuration_api.md
  • Loading branch information
hhunter-ms authored Sep 22, 2023
2 parents b824545 + 762a349 commit f3cb664
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion daprdocs/content/en/reference/api/configuration_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ curl -X GET 'http://localhost:3500/v1.0/configuration/mystore?key=myConfigKey'
> The above command returns the following JSON:
```json
[{"key":"myConfigKey","value":"myConfigValue"}]
{
"myConfigKey": {
"value":"myConfigValue"
}
}
```

## Subscribe Configuration
Expand Down

0 comments on commit f3cb664

Please sign in to comment.