From cf94fa4399c601586f112631c975350cbc567b5e Mon Sep 17 00:00:00 2001 From: Tomas Bosak Date: Wed, 3 Dec 2014 11:24:52 +0100 Subject: [PATCH] GET /_api/collection/{collection-name} returns also 'isSystem' attribute. --- js/actions/api-collection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/actions/api-collection.js b/js/actions/api-collection.js index 8e18b1f43e..24b456fadb 100644 --- a/js/actions/api-collection.js +++ b/js/actions/api-collection.js @@ -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}