mirror of https://gitee.com/bigwinds/arangodb
Merge pull request #1151 from yojimbo87/devel
GET /_api/collection/{collection-name} returns also 'isSystem' attribute
This commit is contained in:
commit
3b5b6b2249
|
@ -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