You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/08/17 20:14:41 UTC

[3/5] incubator-usergrid git commit: Fixes and improvements to Usergrid Swagger file and HTML generation. Specifically: - Add cross-references for 1) which API paths reference each definition and 2) which models reference each model. - Add descriptions f

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/2707dbf4/docs/rest-endpoints/api-docs.html
----------------------------------------------------------------------
diff --git a/docs/rest-endpoints/api-docs.html b/docs/rest-endpoints/api-docs.html
index c8503d2..4d90c8c 100644
--- a/docs/rest-endpoints/api-docs.html
+++ b/docs/rest-endpoints/api-docs.html
@@ -10,6 +10,39 @@
 
     <link rel="stylesheet" href="api-docs.css">
     
+    <style type="text/css">
+        .panel-default > .panel-heading.GET{
+            background-color: rgba(54, 180, 255, 0.42);
+            background-image: none;
+        }
+        .panel-default > .panel-heading.POST {
+            background-color: rgba(0, 128, 0, 0.38);
+            background-image: none;
+        }
+        .panel-default > .panel-heading.PUT{
+            background-color: rgba(255, 165, 0, 0.41);
+            background-image: none;
+        }
+        .panel-default > .panel-heading.DELETE {
+            background-color: rgba(255, 0, 0, 0.29);
+            background-image: none;
+        }
+
+        .panel-heading a.collapse-button:after {
+            font-family:'Glyphicons Halflings';
+            content:"\e114";
+            float: right;
+            color: grey;
+        }
+        .panel-heading a.collapse-button.collapsed:after {
+            content:"\e080";
+        }
+
+        table td {
+            font-size: small;
+        }
+    </style>
+    
 </head>
 <body>
 
@@ -24,16 +57,18 @@
 <a name='Access-Tokens-method'></a>
 <h2>Access-Tokens</h2>
 
+<a name="op-mAlKR6jEhl"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /management/token 
-            <a data-toggle="collapse" data-target="#collapse-GBKFpoDUV6"
-                href="#collapse-GBKFpoDUV6" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-mAlKR6jEhl"
+                href="#op-mAlKR6jEhl" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-GBKFpoDUV6" class="panel-body collapse">
+    <div id="op-mAlKR6jEhl" class="panel-body collapse">
 
         <p>Login with Admin-User or Organization credentials.</p>
 
@@ -41,7 +76,7 @@
 
         <ul>
                 <li>
-                    <b>login-credentials</b> (                    <a href="#logincredentials">LoginCredentials</a>) <br>
+                    <b>login-credentials</b> (<a href="#LoginCredentials">LoginCredentials</a>)<br>
                     Login credentials either username/password or id/secret. (Specified in body).
                 </li>
         </ul>
@@ -53,14 +88,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: Object containing access_token.</li>
-                        <li>Schema: [<a href="#accesstokenreponse">AccessTokenReponse</a>]</li>
+                        <li>Schema: [<a href="#AccessTokenResponse">AccessTokenResponse</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -69,16 +104,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-uIJFfKvsl6"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/token 
-            <a data-toggle="collapse" data-target="#collapse-jf7rRaHshu"
-                href="#collapse-jf7rRaHshu" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-uIJFfKvsl6"
+                href="#op-uIJFfKvsl6" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-jf7rRaHshu" class="panel-body collapse">
+    <div id="op-uIJFfKvsl6" class="panel-body collapse">
 
         <p>Login with App-User or Application credentials.</p>
 
@@ -86,7 +123,7 @@
 
         <ul>
                 <li>
-                    <b>login-credentials</b> (                    <a href="#logincredentials">LoginCredentials</a>) <br>
+                    <b>login-credentials</b> (<a href="#LoginCredentials">LoginCredentials</a>)<br>
                     Login credentials either username/password or id/secret. (Specified in body).
                 </li>
         </ul>
@@ -97,15 +134,15 @@
                 <li>
                     <b>200</b>
                     <ul>
-                        <li>Description: An array of new created Admin user&#39;s info.</li>
-                        <li>Schema: [<a href="#accesstokenreponse">AccessTokenReponse</a>]</li>
+                        <li>Description: Object containing access_token.</li>
+                        <li>Schema: [<a href="#AccessTokenResponse">AccessTokenResponse</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -116,16 +153,18 @@
 <a name='Activities-method'></a>
 <h2>Activities</h2>
 
+<a name="op-pKr2VP64e5"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/groups/{groupId}/feed 
-            <a data-toggle="collapse" data-target="#collapse-2kebCfBv6r"
-                href="#collapse-2kebCfBv6r" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-pKr2VP64e5"
+                href="#op-pKr2VP64e5" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-2kebCfBv6r" class="panel-body collapse">
+    <div id="op-pKr2VP64e5" class="panel-body collapse">
 
         <p>Get a group&#39;s feed through providing all the identifications.</p>
 
@@ -133,15 +172,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupId</b> (string) <br>
+                    <b>groupId</b> (string)<br>
                     One of the group&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
         </ul>
@@ -153,14 +192,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of group&#39;s activity.</li>
-                        <li>Schema: [<a href="#activityfeed">ActivityFeed</a>]</li>
+                        <li>Schema: [<a href="#ActivityFeed">ActivityFeed</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -169,16 +208,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-qOQrBk7lNB"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/users/{userId}/activities 
-            <a data-toggle="collapse" data-target="#collapse-eu3aLpfo9e"
-                href="#collapse-eu3aLpfo9e" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-qOQrBk7lNB"
+                href="#op-qOQrBk7lNB" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-eu3aLpfo9e" class="panel-body collapse">
+    <div id="op-qOQrBk7lNB" class="panel-body collapse">
 
         <p>Create an activity in the activities collection.</p>
 
@@ -186,19 +227,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
                 <li>
-                    <b>CreateActivity</b> (                    <a href="#createactivity">CreateActivity</a>) <br>
+                    <b>CreateActivity</b> (<a href="#CreateActivity">CreateActivity</a>)<br>
                     One or more sets of activity properties. (Specified in body).
                 </li>
         </ul>
@@ -210,14 +251,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of user&#39;s activity.</li>
-                        <li>Schema: [<a href="#activityfeed">ActivityFeed</a>]</li>
+                        <li>Schema: [<a href="#ActivityFeed">ActivityFeed</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -226,16 +267,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-FXc5bn3d3I"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/users/{userId}/feed 
-            <a data-toggle="collapse" data-target="#collapse-av92cfV1L6"
-                href="#collapse-av92cfV1L6" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-FXc5bn3d3I"
+                href="#op-FXc5bn3d3I" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-av92cfV1L6" class="panel-body collapse">
+    <div id="op-FXc5bn3d3I" class="panel-body collapse">
 
         <p>Retrieve a user&#39;s feed through providing all the identifications.</p>
 
@@ -243,15 +286,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
         </ul>
@@ -263,14 +306,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of user&#39;s activity feed.</li>
-                        <li>Schema: [<a href="#activityfeed">ActivityFeed</a>]</li>
+                        <li>Schema: [<a href="#ActivityFeed">ActivityFeed</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -281,16 +324,18 @@
 <a name='Admin-Users-method'></a>
 <h2>Admin-Users</h2>
 
+<a name="op-cwbY0V5Wx9"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/orgs/{orgId}/users 
-            <a data-toggle="collapse" data-target="#collapse-INFXttZor5"
-                href="#collapse-INFXttZor5" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-cwbY0V5Wx9"
+                href="#op-cwbY0V5Wx9" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-INFXttZor5" class="panel-body collapse">
+    <div id="op-cwbY0V5Wx9" class="panel-body collapse">
 
         <p>Retrieve details about the admin users in an organization.</p>
 
@@ -298,7 +343,7 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
         </ul>
@@ -310,14 +355,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved Admin user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -326,16 +371,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-c6KZfPifUw"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /management/orgs/{orgId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-Gx6IFaXlzW"
-                href="#collapse-Gx6IFaXlzW" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-c6KZfPifUw"
+                href="#op-c6KZfPifUw" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Gx6IFaXlzW" class="panel-body collapse">
+    <div id="op-c6KZfPifUw" class="panel-body collapse">
 
         <p>Remove an admin user from an organization through providing both Id of application and organization.</p>
 
@@ -343,11 +390,11 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-2</b> (string) <br>
+                    <b>userId-2</b> (string)<br>
                     One of the user&#39;s identification which includes username, email address or UUID. (Specified in path).
                 </li>
         </ul>
@@ -359,14 +406,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted Admin user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -375,16 +422,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-QoxREYsNIz"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /management/users 
-            <a data-toggle="collapse" data-target="#collapse-Nl6a4Lig7S"
-                href="#collapse-Nl6a4Lig7S" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-QoxREYsNIz"
+                href="#op-QoxREYsNIz" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Nl6a4Lig7S" class="panel-body collapse">
+    <div id="op-QoxREYsNIz" class="panel-body collapse">
 
         <p>Create a whole new admin user.</p>
 
@@ -392,8 +441,8 @@
 
         <ul>
                 <li>
-                    <b>adminuserproperty</b> (                    <a href="#createadminuser">CreateAdminUser</a>) <br>
-                    One or more sets of user properties of which username is mandatory and must be unique. (Specified in body).
+                    <b>CreateAdminUser</b> (<a href="#CreateAdminUser">CreateAdminUser</a>)<br>
+                    User entity with fields required for User creation. (Specified in body).
                 </li>
         </ul>
 
@@ -403,15 +452,15 @@
                 <li>
                     <b>200</b>
                     <ul>
-                        <li>Description: An array of new created Admin user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Description: An API Response with a entities array containing the newly created Admin User.</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -420,16 +469,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-NnjAZL35sG"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/users/resetpw 
-            <a data-toggle="collapse" data-target="#collapse-4VO7rcVd5A"
-                href="#collapse-4VO7rcVd5A" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-NnjAZL35sG"
+                href="#op-NnjAZL35sG" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-4VO7rcVd5A" class="panel-body collapse">
+    <div id="op-NnjAZL35sG" class="panel-body collapse">
 
         <p>Initiate the reset of an admin user&#39;s password.</p>
 
@@ -445,14 +496,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#Action">Action</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -461,16 +512,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-ibPS5jhpAj"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /management/users/resetpw 
-            <a data-toggle="collapse" data-target="#collapse-LXqB2iYC97"
-                href="#collapse-LXqB2iYC97" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ibPS5jhpAj"
+                href="#op-ibPS5jhpAj" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-LXqB2iYC97" class="panel-body collapse">
+    <div id="op-ibPS5jhpAj" class="panel-body collapse">
 
         <p>Complete the password reset through getting the newpassword and the old one for identification.</p>
 
@@ -478,7 +531,7 @@
 
         <ul>
                 <li>
-                    <b>ResetPWMsg</b> (                    <a href="#resetpwmsg">ResetPWMsg</a>) <br>
+                    <b>ResetPWMsg</b> (<a href="#ResetPWMsg">ResetPWMsg</a>)<br>
                     Parameters and value for the Captcha challenge, the admin user&#39;s response to the Captcha challenge, and the admin user&#39;s email address. (Specified in body).
                 </li>
         </ul>
@@ -490,14 +543,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#"></a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
-                        <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Description: </li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -506,16 +559,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-Bge9rwVR2F"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-Q5z4TRg0Yz"
-                href="#collapse-Q5z4TRg0Yz" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-Bge9rwVR2F"
+                href="#op-Bge9rwVR2F" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Q5z4TRg0Yz" class="panel-body collapse">
+    <div id="op-Bge9rwVR2F" class="panel-body collapse">
 
         <p>Retrieve details about an admin user.</p>
 
@@ -523,7 +578,7 @@
 
         <ul>
                 <li>
-                    <b>userId</b> (string) <br>
+                    <b>userId</b> (string)<br>
                     One of the user&#39;s identification which includes username, real name, email address or UUID. (Specified in path).
                 </li>
         </ul>
@@ -534,15 +589,15 @@
                 <li>
                     <b>200</b>
                     <ul>
-                        <li>Description: An array of user&#39;s details</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Description: An API Response with a entities array containing the Admin User.</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -551,16 +606,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-gQEepFPt0p"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /management/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-RsksaP1nUc"
-                href="#collapse-RsksaP1nUc" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-gQEepFPt0p"
+                href="#op-gQEepFPt0p" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-RsksaP1nUc" class="panel-body collapse">
+    <div id="op-gQEepFPt0p" class="panel-body collapse">
 
         <p>Update the info of an admin user.</p>
 
@@ -568,7 +625,7 @@
 
         <ul>
                 <li>
-                    <b>userId</b> (string) <br>
+                    <b>userId</b> (string)<br>
                     One of the user&#39;s identification which includes username, real name, email address or UUID. (Specified in path).
                 </li>
         </ul>
@@ -579,15 +636,15 @@
                 <li>
                     <b>200</b>
                     <ul>
-                        <li>Description: An array of user&#39;s details.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Description: An API Response with a entities array containing the updated Admin User</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -596,16 +653,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-BGDia29iCi"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/users/{userId}/activate 
-            <a data-toggle="collapse" data-target="#collapse-kEAq8Yg9t1"
-                href="#collapse-kEAq8Yg9t1" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-BGDia29iCi"
+                href="#op-BGDia29iCi" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-kEAq8Yg9t1" class="panel-body collapse">
+    <div id="op-BGDia29iCi" class="panel-body collapse">
 
         <p>Activate an admin user from a link provIded in an email notification.</p>
 
@@ -613,15 +672,15 @@
 
         <ul>
                 <li>
-                    <b>userId</b> (string) <br>
+                    <b>userId</b> (string)<br>
                     One of the user&#39;s identification which includes username, real name, email address or UUID. (Specified in path).
                 </li>
                 <li>
-                    <b>token</b> (string) <br>
+                    <b>token</b> (string)<br>
                     Activation token&#39;s query statement. (Specified in query).
                 </li>
                 <li>
-                    <b>confirm_email</b> (boolean) <br>
+                    <b>confirm_email</b> (boolean)<br>
                     Query statement of whether send confimation email or not. (Specified in query).
                 </li>
         </ul>
@@ -633,14 +692,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#Action">Action</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -649,16 +708,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-tvFdo6Wdmr"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /management/users/{userId}/password 
-            <a data-toggle="collapse" data-target="#collapse-W5RltyqKY4"
-                href="#collapse-W5RltyqKY4" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-tvFdo6Wdmr"
+                href="#op-tvFdo6Wdmr" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-W5RltyqKY4" class="panel-body collapse">
+    <div id="op-tvFdo6Wdmr" class="panel-body collapse">
 
         <p>Update an admin user&#39;s password through getting the newpassword and the old one for identification.</p>
 
@@ -666,11 +727,11 @@
 
         <ul>
                 <li>
-                    <b>userId</b> (string) <br>
+                    <b>userId</b> (string)<br>
                     One of the user&#39;s identification which includes username, real name, email address or UUID. (Specified in path).
                 </li>
                 <li>
-                    <b>ResetPW</b> (                    <a href="#resetpw">ResetPW</a>) <br>
+                    <b>ResetPW</b> (<a href="#ResetPW">ResetPW</a>)<br>
                     The user&#39;s old and new password. (Specified in body).
                 </li>
         </ul>
@@ -682,14 +743,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#Action">Action</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -698,16 +759,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-Y1nYMat7jd"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/users/{userId}/reactivate 
-            <a data-toggle="collapse" data-target="#collapse-2Nlh69dhXA"
-                href="#collapse-2Nlh69dhXA" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-Y1nYMat7jd"
+                href="#op-Y1nYMat7jd" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-2Nlh69dhXA" class="panel-body collapse">
+    <div id="op-Y1nYMat7jd" class="panel-body collapse">
 
         <p>Reactivate an expired admin user.</p>
 
@@ -715,7 +778,7 @@
 
         <ul>
                 <li>
-                    <b>userId</b> (string) <br>
+                    <b>userId</b> (string)<br>
                     One of the user&#39;s identification which includes username, real name, email address or UUID. (Specified in path).
                 </li>
         </ul>
@@ -727,14 +790,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#Action">Action</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -745,16 +808,18 @@
 <a name='App-Users-method'></a>
 <h2>App-Users</h2>
 
+<a name="op-KohIJoTygQ"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/users 
-            <a data-toggle="collapse" data-target="#collapse-tTTdu5vrV0"
-                href="#collapse-tTTdu5vrV0" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-KohIJoTygQ"
+                href="#op-KohIJoTygQ" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-tTTdu5vrV0" class="panel-body collapse">
+    <div id="op-KohIJoTygQ" class="panel-body collapse">
 
         <p>Retrieve users though query statement.</p>
 
@@ -762,15 +827,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>queryStatement</b> (string) <br>
+                    <b>queryStatement</b> (string)<br>
                     The query statement of the User. (Specified in query).
                 </li>
         </ul>
@@ -782,14 +847,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -798,16 +863,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-ExiaIQsIeW"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/users 
-            <a data-toggle="collapse" data-target="#collapse-nPALd14DPA"
-                href="#collapse-nPALd14DPA" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ExiaIQsIeW"
+                href="#op-ExiaIQsIeW" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-nPALd14DPA" class="panel-body collapse">
+    <div id="op-ExiaIQsIeW" class="panel-body collapse">
 
         <p>Create a user in the users collection through providing all the identifications.</p>
 
@@ -815,15 +882,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>CreateUser</b> (                    <a href="#createuser">CreateUser</a>) <br>
+                    <b>CreateUser</b> (<a href="#CreateUser">CreateUser</a>)<br>
                     The properties of the user. (Specified in body).
                 </li>
         </ul>
@@ -835,14 +902,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -851,16 +918,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-KDDVENxZsp"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-XuAVNrdj2h"
-                href="#collapse-XuAVNrdj2h" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-KDDVENxZsp"
+                href="#op-KDDVENxZsp" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-XuAVNrdj2h" class="panel-body collapse">
+    <div id="op-KDDVENxZsp" class="panel-body collapse">
 
         <p>Retrieve a user through providing all the identifications.</p>
 
@@ -868,15 +937,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-2</b> (string) <br>
+                    <b>userId-2</b> (string)<br>
                     One of the user&#39;s identification which includes username, email address or UUID. (Specified in path).
                 </li>
         </ul>
@@ -888,14 +957,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -904,16 +973,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-Ai5RM27c5I"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /{orgId}/{appId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-C4qK1lk92I"
-                href="#collapse-C4qK1lk92I" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-Ai5RM27c5I"
+                href="#op-Ai5RM27c5I" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-C4qK1lk92I" class="panel-body collapse">
+    <div id="op-Ai5RM27c5I" class="panel-body collapse">
 
         <p>Update a user through providing all the identifications.</p>
 
@@ -921,15 +992,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
         </ul>
@@ -941,14 +1012,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of updated user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -957,16 +1028,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-1wdqoSlsQ5"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /{orgId}/{appId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-0WSXcDOdUz"
-                href="#collapse-0WSXcDOdUz" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-1wdqoSlsQ5"
+                href="#op-1wdqoSlsQ5" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-0WSXcDOdUz" class="panel-body collapse">
+    <div id="op-1wdqoSlsQ5" class="panel-body collapse">
 
         <p>Remove a user through providing all the identifications.</p>
 
@@ -974,15 +1047,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
         </ul>
@@ -994,14 +1067,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1010,16 +1083,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-Tfo6D3w41U"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/users/{user}/password 
-            <a data-toggle="collapse" data-target="#collapse-r2XF5BGN70"
-                href="#collapse-r2XF5BGN70" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-Tfo6D3w41U"
+                href="#op-Tfo6D3w41U" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-r2XF5BGN70" class="panel-body collapse">
+    <div id="op-Tfo6D3w41U" class="panel-body collapse">
 
         <p>Set a user&#39;s password or reset the user&#39;s existing password.</p>
 
@@ -1027,19 +1102,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>username</b> (string) <br>
+                    <b>username</b> (string)<br>
                     The username of the user. (Specified in path).
                 </li>
                 <li>
-                    <b>ResetPW</b> (                    <a href="#resetpw">ResetPW</a>) <br>
+                    <b>ResetPW</b> (<a href="#ResetPW">ResetPW</a>)<br>
                     The user&#39;s old and new password. (Specified in body).
                 </li>
         </ul>
@@ -1051,14 +1126,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of complete messages.</li>
-                        <li>Schema: [<a href="#action">Action</a>]</li>
+                        <li>Schema: [<a href="#Action">Action</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1069,16 +1144,18 @@
 <a name='Entities-Collections-method'></a>
 <h2>Entities-Collections</h2>
 
+<a name="op-r80zXhSfho"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/users/{userId}/{relation} 
-            <a data-toggle="collapse" data-target="#collapse-3lNveRpUqE"
-                href="#collapse-3lNveRpUqE" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-r80zXhSfho"
+                href="#op-r80zXhSfho" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-3lNveRpUqE" class="panel-body collapse">
+    <div id="op-r80zXhSfho" class="panel-body collapse">
 
         <p>Retrieve a user&#39;s collections or connections through query statement.</p>
 
@@ -1086,23 +1163,23 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
                 <li>
-                    <b>relation</b> (string) <br>
+                    <b>relation</b> (string)<br>
                     The relation between user and collections. (Specified in path).
                 </li>
                 <li>
-                    <b>queryStatement</b> (string) <br>
+                    <b>queryStatement</b> (string)<br>
                     The query statement of the user. (Specified in query).
                 </li>
         </ul>
@@ -1114,14 +1191,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of user&#39;s collections info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1130,16 +1207,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-gb3PI7dCpr"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/{collectionId} 
-            <a data-toggle="collapse" data-target="#collapse-ogbhoDjg4H"
-                href="#collapse-ogbhoDjg4H" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-gb3PI7dCpr"
+                href="#op-gb3PI7dCpr" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-ogbhoDjg4H" class="panel-body collapse">
+    <div id="op-gb3PI7dCpr" class="panel-body collapse">
 
         <p>Retrieve collection through query statement.</p>
 
@@ -1147,19 +1226,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>queryStatement</b> (string) <br>
+                    <b>queryStatement</b> (string)<br>
                     Any values specified in the query statement should be enclosed in single-quotes. (Specified in query).
                 </li>
         </ul>
@@ -1171,14 +1250,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved collection&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1187,16 +1266,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-g5PcMjD3FP"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /{orgId}/{appId}/{collectionId} 
-            <a data-toggle="collapse" data-target="#collapse-6dJ6nCe32N"
-                href="#collapse-6dJ6nCe32N" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-g5PcMjD3FP"
+                href="#op-g5PcMjD3FP" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-6dJ6nCe32N" class="panel-body collapse">
+    <div id="op-g5PcMjD3FP" class="panel-body collapse">
 
         <p>Update collection through query statement.</p>
 
@@ -1204,19 +1285,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>queryStatement</b> (string) <br>
+                    <b>queryStatement</b> (string)<br>
                     Any values specified in the query statement should be enclosed in single-quotes. (Specified in query).
                 </li>
         </ul>
@@ -1228,14 +1309,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of updated collection&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1244,16 +1325,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-noESVjTYyy"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2} 
-            <a data-toggle="collapse" data-target="#collapse-CjwReqwJ3H"
-                href="#collapse-CjwReqwJ3H" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-noESVjTYyy"
+                href="#op-noESVjTYyy" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-CjwReqwJ3H" class="panel-body collapse">
+    <div id="op-noESVjTYyy" class="panel-body collapse">
 
         <p>Add an entity to a collection through providing all the identifications.</p>
 
@@ -1261,27 +1344,27 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId1</b> (string) <br>
+                    <b>entityId1</b> (string)<br>
                     The Id of the 1st entity. (Specified in path).
                 </li>
                 <li>
-                    <b>relation</b> (string) <br>
+                    <b>relation</b> (string)<br>
                     The relation between 1st entity and 2nd entity. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId2</b> (string) <br>
+                    <b>entityId2</b> (string)<br>
                     The Id of the 2nd entity. (Specified in path).
                 </li>
         </ul>
@@ -1293,14 +1376,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of added entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1309,16 +1392,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-rqV37JpDGT"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2} 
-            <a data-toggle="collapse" data-target="#collapse-mafYwtUKyr"
-                href="#collapse-mafYwtUKyr" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-rqV37JpDGT"
+                href="#op-rqV37JpDGT" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-mafYwtUKyr" class="panel-body collapse">
+    <div id="op-rqV37JpDGT" class="panel-body collapse">
 
         <p>Remove an entity from a collection through providing all the identifications.</p>
 
@@ -1326,27 +1411,27 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId1</b> (string) <br>
+                    <b>entityId1</b> (string)<br>
                     The Id of the 1st entity. (Specified in path).
                 </li>
                 <li>
-                    <b>relation</b> (string) <br>
+                    <b>relation</b> (string)<br>
                     The relation between 1st entity and 2nd entity. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId2</b> (string) <br>
+                    <b>entityId2</b> (string)<br>
                     The Id of the 2nd entity. (Specified in path).
                 </li>
         </ul>
@@ -1358,14 +1443,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1374,16 +1459,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-GcguK1wiNI"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{appId}/{collectionId}/{entityId} 
-            <a data-toggle="collapse" data-target="#collapse-Flwr684SUK"
-                href="#collapse-Flwr684SUK" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-GcguK1wiNI"
+                href="#op-GcguK1wiNI" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Flwr684SUK" class="panel-body collapse">
+    <div id="op-GcguK1wiNI" class="panel-body collapse">
 
         <p>Retrieve an entity through providing Id of application, organization, collection and entity.</p>
 
@@ -1391,19 +1478,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId</b> (string) <br>
+                    <b>entityId</b> (string)<br>
                     One of the entity&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
         </ul>
@@ -1415,14 +1502,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1431,16 +1518,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-717cOaQzyy"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /{orgId}/{appId}/{collectionId}/{entityId} 
-            <a data-toggle="collapse" data-target="#collapse-JxsN5odke0"
-                href="#collapse-JxsN5odke0" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-717cOaQzyy"
+                href="#op-717cOaQzyy" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-JxsN5odke0" class="panel-body collapse">
+    <div id="op-717cOaQzyy" class="panel-body collapse">
 
         <p>One or more properties can be updated with a single request.</p>
 
@@ -1448,23 +1537,23 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId</b> (string) <br>
+                    <b>entityId</b> (string)<br>
                     One of the entity&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityproperty</b> (                    <a href="#createentities">CreateEntities</a>) <br>
+                    <b>entityproperty</b> (<a href="#CreateEntities">CreateEntities</a>)<br>
                     The properties of the entity. (Specified in body).
                 </li>
         </ul>
@@ -1476,14 +1565,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of updated entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1492,16 +1581,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-ZJvngxk5gr"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /{orgId}/{appId}/{collectionId}/{entityId} 
-            <a data-toggle="collapse" data-target="#collapse-JBJI86ZdNr"
-                href="#collapse-JBJI86ZdNr" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ZJvngxk5gr"
+                href="#op-ZJvngxk5gr" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-JBJI86ZdNr" class="panel-body collapse">
+    <div id="op-ZJvngxk5gr" class="panel-body collapse">
 
         <p>Delete an entity from the collection.</p>
 
@@ -1509,19 +1600,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>collectionId</b> (string) <br>
+                    <b>collectionId</b> (string)<br>
                     One of the collection&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entityId</b> (string) <br>
+                    <b>entityId</b> (string)<br>
                     One of the entity&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
         </ul>
@@ -1533,14 +1624,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1549,36 +1640,38 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-3y5Qc7VbKb"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/{entitytype} 
-            <a data-toggle="collapse" data-target="#collapse-aTXoq2rK1l"
-                href="#collapse-aTXoq2rK1l" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-3y5Qc7VbKb"
+                href="#op-3y5Qc7VbKb" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-aTXoq2rK1l" class="panel-body collapse">
+    <div id="op-3y5Qc7VbKb" class="panel-body collapse">
 
-        <p>When a new entity is created, Usergrid will automatically create a corresponding collection if one does not already exist. The collection will automatically be named with the plural form of the entity type. </p>
+        <p>When a new entity is created, Usergrid will automatically create a corresponding collection if one does not already exist. The collection will automatically be named with the plural form of the entity type.</p>
 
         <h3>Parameters</h3>
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>entitytype</b> (string) <br>
+                    <b>entitytype</b> (string)<br>
                     The entity type to create. (Specified in path).
                 </li>
                 <li>
-                    <b>entityproperty</b> (                    <a href="#createentities">CreateEntities</a>) <br>
+                    <b>entityproperty</b> (<a href="#CreateEntities">CreateEntities</a>)<br>
                     The properties of the entity. (Specified in body).
                 </li>
         </ul>
@@ -1590,14 +1683,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created custom entity&#39;s info.</li>
-                        <li>Schema: [<a href="#entity">Entity</a>]</li>
+                        <li>Schema: [<a href="#Entity">Entity</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1608,16 +1701,18 @@
 <a name='Events-method'></a>
 <h2>Events</h2>
 
+<a name="op-U4jz2jPCdU"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/events 
-            <a data-toggle="collapse" data-target="#collapse-Ye4oYQGILh"
-                href="#collapse-Ye4oYQGILh" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-U4jz2jPCdU"
+                href="#op-U4jz2jPCdU" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Ye4oYQGILh" class="panel-body collapse">
+    <div id="op-U4jz2jPCdU" class="panel-body collapse">
 
         <p>Create an event through providing both Id of organization and application.</p>
 
@@ -1625,15 +1720,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>CreateEvent</b> (                    <a href="#createevent">CreateEvent</a>) <br>
+                    <b>CreateEvent</b> (<a href="#CreateEvent">CreateEvent</a>)<br>
                     The required property of the event. (Specified in body).
                 </li>
         </ul>
@@ -1645,14 +1740,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created event&#39;s info.</li>
-                        <li>Schema: [<a href="#event">Event</a>]</li>
+                        <li>Schema: [<a href="#Event">Event</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1663,16 +1758,18 @@
 <a name='Groups-method'></a>
 <h2>Groups</h2>
 
+<a name="op-t6P5Jq7Cgx"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/groups 
-            <a data-toggle="collapse" data-target="#collapse-6zG2I9WKNb"
-                href="#collapse-6zG2I9WKNb" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-t6P5Jq7Cgx"
+                href="#op-t6P5Jq7Cgx" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-6zG2I9WKNb" class="panel-body collapse">
+    <div id="op-t6P5Jq7Cgx" class="panel-body collapse">
 
         <p>Create a new group through providing both Id of organization and application.</p>
 
@@ -1680,15 +1777,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupproperty</b> (                    <a href="#creategroup">CreateGroup</a>) <br>
+                    <b>groupproperty</b> (<a href="#CreateGroup">CreateGroup</a>)<br>
                     The property of the created group. (Specified in body).
                 </li>
         </ul>
@@ -1700,14 +1797,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created group&#39;s info.</li>
-                        <li>Schema: [<a href="#group">Group</a>]</li>
+                        <li>Schema: [<a href="#Group">Group</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1716,16 +1813,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-QcQlSI3tb6"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/groups/{groupId}/activities 
-            <a data-toggle="collapse" data-target="#collapse-Jc4I3aTW16"
-                href="#collapse-Jc4I3aTW16" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-QcQlSI3tb6"
+                href="#op-QcQlSI3tb6" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-Jc4I3aTW16" class="panel-body collapse">
+    <div id="op-QcQlSI3tb6" class="panel-body collapse">
 
         <p>Create an activity to a specific group. In this case the activity is created in the activities collection and is accessible at the /activities endpoint to users who have the permission to read that endpoint. In addition, a relationship is established between the activity and the group, and because of that, the activity will appear in the group’s feed. The group &#39;owns&#39; the activity. Also, the activity will be published in the feed of all users that are members of the group.</p>
 
@@ -1733,19 +1832,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupId</b> (string) <br>
+                    <b>groupId</b> (string)<br>
                     One of the group&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>CreateActivity</b> (                    <a href="#createactivity">CreateActivity</a>) <br>
+                    <b>CreateActivity</b> (<a href="#CreateActivity">CreateActivity</a>)<br>
                     One or more sets of activity properties. (Specified in body).
                 </li>
         </ul>
@@ -1756,15 +1855,15 @@
                 <li>
                     <b>200</b>
                     <ul>
-                        <li>Description: An array of user&#39;s activity.</li>
-                        <li>Schema: [<a href="#activityfeed">ActivityFeed</a>]</li>
+                        <li>Description: </li>
+                        <li>Schema: [<a href="#ActivityFeed">ActivityFeed</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1773,16 +1872,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-ux3UHzZZ2T"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{appId}/groups/{groupId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-DSJUff0PNr"
-                href="#collapse-DSJUff0PNr" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ux3UHzZZ2T"
+                href="#op-ux3UHzZZ2T" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-DSJUff0PNr" class="panel-body collapse">
+    <div id="op-ux3UHzZZ2T" class="panel-body collapse">
 
         <p>Add a user to a group through providing all the identifications.</p>
 
@@ -1790,19 +1891,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupId</b> (string) <br>
+                    <b>groupId</b> (string)<br>
                     One of the group&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
         </ul>
@@ -1814,14 +1915,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of added user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1830,16 +1931,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-XMwyKC5jSE"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /{orgId}/{appId}/groups/{groupId}/users/{userId} 
-            <a data-toggle="collapse" data-target="#collapse-51z524RgVx"
-                href="#collapse-51z524RgVx" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-XMwyKC5jSE"
+                href="#op-XMwyKC5jSE" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-51z524RgVx" class="panel-body collapse">
+    <div id="op-XMwyKC5jSE" class="panel-body collapse">
 
         <p>Delete user from a group through providing all the identifications.</p>
 
@@ -1847,19 +1950,19 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupId</b> (string) <br>
+                    <b>groupId</b> (string)<br>
                     One of the group&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>userId-3</b> (string) <br>
+                    <b>userId-3</b> (string)<br>
                     One of the user&#39;s identification which includes username or UUID. (Specified in path).
                 </li>
         </ul>
@@ -1871,14 +1974,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted user&#39;s info.</li>
-                        <li>Schema: [<a href="#user">User</a>]</li>
+                        <li>Schema: [<a href="#User">User</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1887,16 +1990,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-GyPmx489NH"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{org_Id}/{app_Id}/groups/{groupId} 
-            <a data-toggle="collapse" data-target="#collapse-KlZpilr6UK"
-                href="#collapse-KlZpilr6UK" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-GyPmx489NH"
+                href="#op-GyPmx489NH" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-KlZpilr6UK" class="panel-body collapse">
+    <div id="op-GyPmx489NH" class="panel-body collapse">
 
         <p>Get a group through through providing all the identifications.</p>
 
@@ -1904,15 +2009,15 @@
 
         <ul>
                 <li>
-                    <b>orgId</b> (string) <br>
+                    <b>orgId</b> (string)<br>
                     One of the organization&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>appId</b> (string) <br>
+                    <b>appId</b> (string)<br>
                     One of the application&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
                 <li>
-                    <b>groupId</b> (string) <br>
+                    <b>groupId</b> (string)<br>
                     One of the group&#39;s identification which includes name or uuid. (Specified in path).
                 </li>
         </ul>
@@ -1924,14 +2029,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved group&#39;s info.</li>
-                        <li>Schema: [<a href="#group">Group</a>]</li>
+                        <li>Schema: [<a href="#Group">Group</a>]</li>
                     </ul>
                 </li>
                 <li>
                     <b>default</b>
                     <ul>
                         <li>Description: Unexpected error.</li>
-                        <li>Schema: [<a href="#error">Error</a>]</li>
+                        <li>Schema: [<a href="#Error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -1940,16 +2045,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
+<a name="op-RbH6ojRWAU"/>
+
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /{org_Id}/{app_Id}/groups/{groupId} 
-            <a data-toggle="collapse" data-target="#collapse-BXLQOcewyG"
-                href="#collapse-BXLQOcewyG" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-RbH6ojRWAU"
+                href="#op-RbH6ojRWAU" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="collapse-BXLQOcewyG" class="panel-body collapse">
+    <div id="op-RbH6ojRWAU" class="panel-body collapse">
 
         <p>Update a group through providing all the identification

<TRUNCATED>