1
0
Fork 0

Merge pull request #1151 from yojimbo87/devel

GET /_api/collection/{collection-name} returns also 'isSystem' attribute
This commit is contained in:
Alan Plum 2014-12-03 11:55:21 +01:00
commit 3b5b6b2249
1 changed files with 2 additions and 0 deletions

View File

@ -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}