mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
This commit is contained in:
commit
df977e62b6
|
@ -6,7 +6,7 @@ At all times, i.e. regardless of the state of the agents and the current health
|
||||||
|
|
||||||
http://server:port/_api/agency/config
|
http://server:port/_api/agency/config
|
||||||
|
|
||||||
The out put might look somewhat like this
|
The output might look somewhat like this
|
||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
|
@ -375,4 +375,4 @@ The notifying POST requests are submitted immediately with any complete array of
|
||||||
"/a/b/c" : { "op": "modify", "old": 1, "new": 2 } },
|
"/a/b/c" : { "op": "modify", "old": 1, "new": 2 } },
|
||||||
"/constants/euler" : {"op": "create", "new": 2.718281828459046 },
|
"/constants/euler" : {"op": "create", "new": 2.718281828459046 },
|
||||||
"/constants/pi": { "op": "delete" } } }
|
"/constants/pi": { "op": "delete" } } }
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue