mirror of https://gitee.com/bigwinds/arangodb
GET /_api/collection/{collection-name} returns also 'isSystem' attribute.
This commit is contained in:
parent
8f1dd637c6
commit
cf94fa4399
|
@ -445,6 +445,8 @@ function get_api_collections (req, res) {
|
|||
/// - 2: document collection (normal case)
|
||||
/// - 3: edges collection
|
||||
///
|
||||
/// - *isSystem*: If *true* then the collection is a system collection.
|
||||
///
|
||||
/// @RESTRETURNCODES
|
||||
///
|
||||
/// @RESTRETURNCODE{404}
|
||||
|
|
Loading…
Reference in New Issue