1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2016-10-13 11:15:49 +02:00
commit df977e62b6
1 changed files with 2 additions and 2 deletions

View File

@ -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
The out put might look somewhat like this
The output might look somewhat like this
```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 } },
"/constants/euler" : {"op": "create", "new": 2.718281828459046 },
"/constants/pi": { "op": "delete" } } }
```
```