mirror of https://gitee.com/bigwinds/arangodb
extend documentation
This commit is contained in:
parent
fc204a2b3e
commit
ac2bd395cd
|
@ -183,6 +183,7 @@ APIs:
|
||||||
- `GET /_admin/routing/routes`
|
- `GET /_admin/routing/routes`
|
||||||
- `GET /_admin/statistics/short`
|
- `GET /_admin/statistics/short`
|
||||||
- `GET /_admin/statistics/long`
|
- `GET /_admin/statistics/long`
|
||||||
|
- `GET /_admin/auth/reload`
|
||||||
|
|
||||||
- `GET /_api/index` will now return type `geo` for geo indexes, not type `geo1`
|
- `GET /_api/index` will now return type `geo` for geo indexes, not type `geo1`
|
||||||
or `geo2` as previous versions did.
|
or `geo2` as previous versions did.
|
||||||
|
@ -540,8 +541,8 @@ In the ArangoShell, the undocumented JavaScript module `@arangodb/actions` has
|
||||||
been removed. This module contained the methods `printRouting` and `printFlatRouting`,
|
been removed. This module contained the methods `printRouting` and `printFlatRouting`,
|
||||||
which were used for debugging purposes only.
|
which were used for debugging purposes only.
|
||||||
|
|
||||||
In the ArangoShell, the undocumented JavaScript function `routingCache` has been
|
In the ArangoShell, the undocumented JavaScript functions `reloadAuth` and `routingCache`
|
||||||
removed from the `internal` module.
|
have been removed from the `internal` module.
|
||||||
|
|
||||||
|
|
||||||
Foxx applications
|
Foxx applications
|
||||||
|
|
Loading…
Reference in New Issue