Merge pull request #3762 from srilasya02/configapi-docs-changes

Updated configuration_api.md
This commit is contained in:
Hannah Hunter 2023-09-22 19:02:31 -04:00 committed by GitHub
commit f3cb664dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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