Merge branch 'v1.11' into issue_3638

This commit is contained in:
Mark Fussell 2023-09-24 20:36:14 -07:00 committed by GitHub
commit 97d323bc6b
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