1
0
Fork 0
This commit is contained in:
Alan Plum 2016-05-31 12:56:00 +02:00
parent 04b3076437
commit 198b9af85e
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ of these operations return HTTP 200 regardless of the `waitForSync` value.
The REST routes PUT `/_api/simple/first` and `/_api/simple/last` have been removed
entirely. These APIs were responsible for returning the first-inserted and
least-inserted documents in a collection. This feature was built on cap constraints
last-inserted documents in a collection. This feature was built on cap constraints
internally, which have been removed in 3.0.
Calling one of these endpoints in 3.0 will result in an HTTP 404 error.
@ -706,7 +706,7 @@ API:
- `/_open/cerberus` and `/_system/cerberus`: these endpoints were intended for some
ArangoDB-internal applications only
- PUT /_api/simple/by-example-hash`, PUT `/_api/simple/by-example-skiplist` and
- PUT `/_api/simple/by-example-hash`, PUT `/_api/simple/by-example-skiplist` and
PUT `/_api/simple/by-condition-skiplist`: these methods were documented in early
versions of ArangoDB but have been marked as not intended to be called by end
users since ArangoDB version 2.3. These methods should not have been part of any