mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into issue_3638
This commit is contained in:
commit
97d323bc6b
|
@ -65,7 +65,11 @@ curl -X GET 'http://localhost:3500/v1.0/configuration/mystore?key=myConfigKey'
|
||||||
> The above command returns the following JSON:
|
> The above command returns the following JSON:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[{"key":"myConfigKey","value":"myConfigValue"}]
|
{
|
||||||
|
"myConfigKey": {
|
||||||
|
"value":"myConfigValue"
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Subscribe Configuration
|
## Subscribe Configuration
|
||||||
|
|
Loading…
Reference in New Issue