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/25 20:59:00 UTC

[1/3] usergrid git commit: Cherry pick: Remove operation cross references from Markdown representation as Sphinx will not allow me to set anchors.

Repository: usergrid
Updated Branches:
  refs/heads/two-dot-o-dev 731860770 -> 2303eeac8


http://git-wip-us.apache.org/repos/asf/usergrid/blob/2303eeac/docs/rest-endpoints/api-docs.md
----------------------------------------------------------------------
diff --git a/docs/rest-endpoints/api-docs.md b/docs/rest-endpoints/api-docs.md
index 3a1b748..39c1ed9 100644
--- a/docs/rest-endpoints/api-docs.md
+++ b/docs/rest-endpoints/api-docs.md
@@ -4,16 +4,16 @@ Methods are organized by tag. Follow the methods are the [Model Definitions](#mo
 
 <h2>Table of Contents</h2>
 
-* [Access-Tokens](#Access-Tokens)
-* [Activities](#Activities)
-* [Admin-Users](#Admin-Users)
-* [App-Users](#App-Users)
-* [Entities-Collections](#Entities-Collections)
-* [Events](#Events)
-* [Groups](#Groups)
-* [Notifications](#Notifications)
-* [Organizations-Applications](#Organizations-Applications)
-* [Permissions-Roles](#Permissions-Roles)
+* [Access-Tokens](#access-tokens)
+* [Activities](#activities)
+* [Admin-Users](#admin-users)
+* [App-Users](#app-users)
+* [Entities-Collections](#entities-collections)
+* [Events](#events)
+* [Groups](#groups)
+* [Notifications](#notifications)
+* [Organizations-Applications](#organizations-applications)
+* [Permissions-Roles](#permissions-roles)
 
 <br>
 <br>
@@ -27,6 +27,8 @@ Methods are organized by tag. Follow the methods are the [Model Definitions](#mo
 
 <h2 class="usergrid-POST-heading">POST /management/token</h2>
 
+<a name="op-g6kolrjbqc"></a>
+
 Login with Admin-User or Organization credentials.
 
 <h3>Parameters</h3>
@@ -39,16 +41,18 @@ Login credentials either username/password or id/secret. (Specified in body).
 __200__
 
 * Description: Object containing access_token.
-* Schema: [AccessTokenResponse](#AccessTokenResponse)
+* Schema: [AccessTokenResponse](#accesstokenresponse)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/token</h2>
 
+<a name="op-1epwdjbmq5"></a>
+
 Login with App-User or Application credentials.
 
 <h3>Parameters</h3>
@@ -61,12 +65,12 @@ Login credentials either username/password or id/secret. (Specified in body).
 __200__
 
 * Description: Object containing access_token.
-* Schema: [AccessTokenResponse](#AccessTokenResponse)
+* Schema: [AccessTokenResponse](#accesstokenresponse)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Activities
@@ -74,6 +78,8 @@ __default__
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/groups/{groupId}/feed</h2>
 
+<a name="op-ogkiyu6hiw"></a>
+
 Get a group&#39;s feed through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -90,16 +96,18 @@ One of the group&#39;s identification which includes name or uuid. (Specified in
 __200__
 
 * Description: An array of group&#39;s activity.
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/users/{userId}/activities</h2>
 
+<a name="op-vxk180byil"></a>
+
 Create an activity in the activities collection.
 
 <h3>Parameters</h3>
@@ -118,16 +126,18 @@ One or more sets of activity properties. (Specified in body).
 __200__
 
 * Description: An array of user&#39;s activity.
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/users/{userId}/feed</h2>
 
+<a name="op-3e8mjg3ild"></a>
+
 Retrieve a user&#39;s feed through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -144,12 +154,12 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of user&#39;s activity feed.
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Admin-Users
@@ -157,6 +167,8 @@ __default__
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/users</h2>
 
+<a name="op-0h23bhc1fo"></a>
+
 Retrieve details about the admin users in an organization.
 
 <h3>Parameters</h3>
@@ -169,16 +181,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of retrieved Admin user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /management/orgs/{orgId}/users/{userId}</h2>
 
+<a name="op-tslbueyidt"></a>
+
 Remove an admin user from an organization through providing both Id of application and organization.
 
 <h3>Parameters</h3>
@@ -193,16 +207,18 @@ One of the user&#39;s identification which includes username, email address or U
 __200__
 
 * Description: An array of deleted Admin user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /management/users</h2>
 
+<a name="op-qq0xsfwrk9"></a>
+
 Create a whole new admin user.
 
 <h3>Parameters</h3>
@@ -215,16 +231,18 @@ User entity with fields required for User creation. (Specified in body).
 __200__
 
 * Description: An API Response with a entities array containing the newly created Admin User.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/users/resetpw</h2>
 
+<a name="op-d5w5sa7r6g"></a>
+
 Initiate the reset of an admin user&#39;s password.
 
 <h3>Parameters</h3>
@@ -235,16 +253,18 @@ Initiate the reset of an admin user&#39;s password.
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /management/users/resetpw</h2>
 
+<a name="op-mtjnervjog"></a>
+
 Complete the password reset through getting the newpassword and the old one for identification.
 
 <h3>Parameters</h3>
@@ -262,11 +282,13 @@ __200__
 __default__
 
 * Description: 
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/users/{userId}</h2>
 
+<a name="op-pqthpqruuu"></a>
+
 Retrieve details about an admin user.
 
 <h3>Parameters</h3>
@@ -279,16 +301,18 @@ One of the user&#39;s identification which includes username, real name, email a
 __200__
 
 * Description: An API Response with a entities array containing the Admin User.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /management/users/{userId}</h2>
 
+<a name="op-mydfdnvoxu"></a>
+
 Update the info of an admin user.
 
 <h3>Parameters</h3>
@@ -301,16 +325,18 @@ One of the user&#39;s identification which includes username, real name, email a
 __200__
 
 * Description: An API Response with a entities array containing the updated Admin User
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/users/{userId}/activate</h2>
 
+<a name="op-ydubzwoyll"></a>
+
 Activate an admin user from a link provIded in an email notification.
 
 <h3>Parameters</h3>
@@ -327,16 +353,18 @@ Query statement of whether send confimation email or not. (Specified in query).
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /management/users/{userId}/password</h2>
 
+<a name="op-tojtjxiv8m"></a>
+
 Update an admin user&#39;s password through getting the newpassword and the old one for identification.
 
 <h3>Parameters</h3>
@@ -351,16 +379,18 @@ The user&#39;s old and new password. (Specified in body).
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/users/{userId}/reactivate</h2>
 
+<a name="op-fcsvsgqdmf"></a>
+
 Reactivate an expired admin user.
 
 <h3>Parameters</h3>
@@ -373,12 +403,12 @@ One of the user&#39;s identification which includes username, real name, email a
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### App-Users
@@ -386,6 +416,8 @@ __default__
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/users</h2>
 
+<a name="op-apfodlbfvw"></a>
+
 Retrieve users though query statement.
 
 <h3>Parameters</h3>
@@ -402,16 +434,18 @@ The query statement of the User. (Specified in query).
 __200__
 
 * Description: An array of retrieved user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/users</h2>
 
+<a name="op-vcebxhfnai"></a>
+
 Create a user in the users collection through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -428,16 +462,18 @@ The properties of the user. (Specified in body).
 __200__
 
 * Description: An array of created user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/users/{userId}</h2>
 
+<a name="op-rxzqi79iqh"></a>
+
 Retrieve a user through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -454,16 +490,18 @@ One of the user&#39;s identification which includes username, email address or U
 __200__
 
 * Description: An array of retrieved user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /{orgId}/{appId}/users/{userId}</h2>
 
+<a name="op-eqfv3kglfr"></a>
+
 Update a user through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -480,16 +518,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of updated user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/users/{userId}</h2>
 
+<a name="op-q0sbwpkbrn"></a>
+
 Remove a user through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -506,16 +546,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of deleted user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/users/{user}/password</h2>
 
+<a name="op-tz8aby9w7l"></a>
+
 Set a user&#39;s password or reset the user&#39;s existing password.
 
 <h3>Parameters</h3>
@@ -534,12 +576,12 @@ The user&#39;s old and new password. (Specified in body).
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Entities-Collections
@@ -547,6 +589,8 @@ __default__
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/users/{userId}/{relation}</h2>
 
+<a name="op-p3wfwppylf"></a>
+
 Retrieve a user&#39;s collections or connections through query statement.
 
 <h3>Parameters</h3>
@@ -567,16 +611,18 @@ The query statement of the user. (Specified in query).
 __200__
 
 * Description: An array of user&#39;s collections info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/{collectionId}</h2>
 
+<a name="op-071uvg9uhh"></a>
+
 Retrieve collection through query statement.
 
 <h3>Parameters</h3>
@@ -595,16 +641,18 @@ Any values specified in the query statement should be enclosed in single-quotes.
 __200__
 
 * Description: An array of retrieved collection&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /{orgId}/{appId}/{collectionId}</h2>
 
+<a name="op-vlva22mrqv"></a>
+
 Update collection through query statement.
 
 <h3>Parameters</h3>
@@ -623,16 +671,18 @@ Any values specified in the query statement should be enclosed in single-quotes.
 __200__
 
 * Description: An array of updated collection&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2}</h2>
 
+<a name="op-yhl3yuzrpo"></a>
+
 Add an entity to a collection through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -655,16 +705,18 @@ The Id of the 2nd entity. (Specified in path).
 __200__
 
 * Description: An array of added entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2}</h2>
 
+<a name="op-9gfzhzym3s"></a>
+
 Remove an entity from a collection through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -687,16 +739,18 @@ The Id of the 2nd entity. (Specified in path).
 __200__
 
 * Description: An array of deleted entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/{collectionId}/{entityId}</h2>
 
+<a name="op-usi7vrth9c"></a>
+
 Retrieve an entity through providing Id of application, organization, collection and entity.
 
 <h3>Parameters</h3>
@@ -715,16 +769,18 @@ One of the entity&#39;s identification which includes name or uuid. (Specified i
 __200__
 
 * Description: An array of retrieved entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /{orgId}/{appId}/{collectionId}/{entityId}</h2>
 
+<a name="op-grwgmcmeiv"></a>
+
 One or more properties can be updated with a single request.
 
 <h3>Parameters</h3>
@@ -745,16 +801,18 @@ The properties of the entity. (Specified in body).
 __200__
 
 * Description: An array of updated entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/{collectionId}/{entityId}</h2>
 
+<a name="op-3pvhj9pwas"></a>
+
 Delete an entity from the collection.
 
 <h3>Parameters</h3>
@@ -773,16 +831,18 @@ One of the entity&#39;s identification which includes name or uuid. (Specified i
 __200__
 
 * Description: An array of deleted entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/{entitytype}</h2>
 
+<a name="op-yaupy7fiha"></a>
+
 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.
 
 <h3>Parameters</h3>
@@ -801,12 +861,12 @@ The properties of the entity. (Specified in body).
 __200__
 
 * Description: An array of created custom entity&#39;s info.
-* Schema: [Entity](#Entity)
+* Schema: [Entity](#entity)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Events
@@ -814,6 +874,8 @@ __default__
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/events</h2>
 
+<a name="op-sahbmftblc"></a>
+
 Create an event through providing both Id of organization and application.
 
 <h3>Parameters</h3>
@@ -830,12 +892,12 @@ The required property of the event. (Specified in body).
 __200__
 
 * Description: An array of created event&#39;s info.
-* Schema: [Event](#Event)
+* Schema: [Event](#event)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Groups
@@ -843,6 +905,8 @@ __default__
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/groups</h2>
 
+<a name="op-lqawyn1jf7"></a>
+
 Create a new group through providing both Id of organization and application.
 
 <h3>Parameters</h3>
@@ -859,16 +923,18 @@ The property of the created group. (Specified in body).
 __200__
 
 * Description: An array of created group&#39;s info.
-* Schema: [Group](#Group)
+* Schema: [Group](#group)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/groups/{groupId}/activities</h2>
 
+<a name="op-kah8tippl1"></a>
+
 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.
 
 <h3>Parameters</h3>
@@ -887,16 +953,18 @@ One or more sets of activity properties. (Specified in body).
 __200__
 
 * Description: 
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/groups/{groupId}/users/{userId}</h2>
 
+<a name="op-lwbnuuzwdp"></a>
+
 Add a user to a group through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -915,16 +983,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of added user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/groups/{groupId}/users/{userId}</h2>
 
+<a name="op-yrptebgezb"></a>
+
 Delete user from a group through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -943,16 +1013,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of deleted user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{org_Id}/{app_Id}/groups/{groupId}</h2>
 
+<a name="op-2yavprepml"></a>
+
 Get a group through through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -969,16 +1041,18 @@ One of the group&#39;s identification which includes name or uuid. (Specified in
 __200__
 
 * Description: An array of retrieved group&#39;s info.
-* Schema: [Group](#Group)
+* Schema: [Group](#group)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /{org_Id}/{app_Id}/groups/{groupId}</h2>
 
+<a name="op-1ogt6s1meu"></a>
+
 Update a group through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -995,12 +1069,12 @@ One of the group&#39;s identification which includes name or uuid. (Specified in
 __200__
 
 * Description: An array of updated group&#39;s info.
-* Schema: [Group](#Group)
+* Schema: [Group](#group)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Notifications
@@ -1008,6 +1082,8 @@ __default__
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/devices</h2>
 
+<a name="op-gtyulxpfuh"></a>
+
 Create notifications for user through targeting by location and providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1026,16 +1102,18 @@ The query statement of the location of the user. (Specified in query).
 __200__
 
 * Description: An array of created notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/devices/*/notifications</h2>
 
+<a name="op-fmxyekvv79"></a>
+
 Create notifications for all devices. This request will target all device entities.
 
 <h3>Parameters</h3>
@@ -1052,16 +1130,18 @@ These parameters are used when forming the notification portion of the request.
 __200__
 
 * Description: An array of created notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/devices/{deviceId}/notifications</h2>
 
+<a name="op-iycz2tnhqk"></a>
+
 Create notifications for a single device. This request will target a specific device entity.
 
 <h3>Parameters</h3>
@@ -1080,16 +1160,18 @@ These parameters are used when forming the notification portion of the request.
 __200__
 
 * Description: An array of created notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/groups/{path}/notifications</h2>
 
+<a name="op-cz55hca573"></a>
+
 Create notifications for a group. This request will target all users associated with a specific group entity.
 
 <h3>Parameters</h3>
@@ -1108,16 +1190,18 @@ These parameters are used when forming the notification portion of the request.
 __200__
 
 * Description: An array of created notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/notifications</h2>
 
+<a name="op-dt0m447vtt"></a>
+
 Retrieve one or more notifications through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1132,16 +1216,18 @@ One of the application&#39;s identification which includes name or uuid (same as
 __200__
 
 * Description: An array of retrieved notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-PUT-heading">PUT /{orgId}/{applicationId}/notifications/{notificationId}</h2>
 
+<a name="op-x3htrvnimm"></a>
+
 Update a Notification in order to cancel the notifcation or set a new expiration time.
 
 <h3>Parameters</h3>
@@ -1160,16 +1246,18 @@ Object with Notification fields to be updated. (Specified in body).
 __200__
 
 * Description: An API Response object containing an entity of type Notification.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{applicationId}/notifications/{notificationId}</h2>
 
+<a name="op-v8fksfkydk"></a>
+
 Delete an unsent Notification from the system.
 
 <h3>Parameters</h3>
@@ -1186,16 +1274,18 @@ One of the notification&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: API Response containing Notification entity that was deleted.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/receipts</h2>
 
+<a name="op-bierhevrl4"></a>
+
 Retrieve one or more receipts through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1210,16 +1300,18 @@ One of the application&#39;s identification which includes name or uuid (same as
 __200__
 
 * Description: An array of retrieved receipt&#39;s info.
-* Schema: [Receipt](#Receipt)
+* Schema: [Receipt](#receipt)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/users/{userId}/notifications</h2>
 
+<a name="op-0e0sm3lp5t"></a>
+
 Create notifications for a user. This request will target a specific user entity.
 
 <h3>Parameters</h3>
@@ -1238,16 +1330,18 @@ These parameters are used when forming the notification portion of the request.
 __200__
 
 * Description: An array of created notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/{deviceId}/*/receipts</h2>
 
+<a name="op-dkszriccku"></a>
+
 Retrieve receipts associated with one or more devices through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1264,16 +1358,18 @@ One of the device&#39;s identification which includes name or uuid. (Specified i
 __200__
 
 * Description: An array of retrieved receipt&#39;s info.
-* Schema: [Receipt](#Receipt)
+* Schema: [Receipt](#receipt)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/{notificationId}/*/queue</h2>
 
+<a name="op-t8pxsqwc6d"></a>
+
 Retrieve the list of devices associated with one or more notifications before the notifications are sent through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1290,16 +1386,18 @@ One of the notification&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of retrieved device&#39;s info.
-* Schema: [Device](#Device)
+* Schema: [Device](#device)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/{notificationId}/*/receipts</h2>
 
+<a name="op-xcy3ifmfkc"></a>
+
 Retrieve receipts for one or more notifications through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1316,16 +1414,18 @@ One of the notification&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of retrieved receipt&#39;s info.
-* Schema: [Receipt](#Receipt)
+* Schema: [Receipt](#receipt)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/{receiptId}/*/notifications</h2>
 
+<a name="op-xoeujjr9zv"></a>
+
 Retrieve notifications associated with one or more receipts through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1342,12 +1442,12 @@ One of the receipt&#39;s identification which includes name or uuid. (Specified
 __200__
 
 * Description: An array of retrieved notification&#39;s info.
-* Schema: [Notification](#Notification)
+* Schema: [Notification](#notification)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Organizations-Applications
@@ -1355,6 +1455,8 @@ __default__
 
 <h2 class="usergrid-POST-heading">POST /management/orgs</h2>
 
+<a name="op-vcwlytogis"></a>
+
 Create an organization through a form post.
 
 <h3>Parameters</h3>
@@ -1367,16 +1469,18 @@ A set of organization properties supplied through a form. (Specified in body).
 __200__
 
 * Description: An array of created Organization.
-* Schema: [Organization](#Organization)
+* Schema: [Organization](#organization)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}</h2>
 
+<a name="op-fuenkzdzx7"></a>
+
 Retrieve an organization given a specified UUID or username.
 
 <h3>Parameters</h3>
@@ -1389,16 +1493,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of created Organization.
-* Schema: [Organization](#Organization)
+* Schema: [Organization](#organization)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/activate</h2>
 
+<a name="op-rlwkfscz2c"></a>
+
 Activate an organization from a link provIded in an email notification.
 
 <h3>Parameters</h3>
@@ -1415,16 +1521,18 @@ Send confirmation email or not. (Specified in query).
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/apps</h2>
 
+<a name="op-7rcjv4cu57"></a>
+
 Retrieve the applications in an organization through providing both Id of application and organization.
 
 <h3>Parameters</h3>
@@ -1437,16 +1545,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of retrieved application data.
-* Schema: [AppData](#AppData)
+* Schema: [AppData](#appdata)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /management/orgs/{orgId}/apps/{appId}</h2>
 
+<a name="op-ytwesqwdgc"></a>
+
 Remove an application from an organization through providing both Id of application and organization.
 
 <h3>Parameters</h3>
@@ -1461,16 +1571,18 @@ One of the application&#39;s identification which includes name or uuid. (Specif
 __200__
 
 * Description: An array of deleted application info.
-* Schema: [AppData](#AppData)
+* Schema: [AppData](#appdata)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/apps/{appId}/credentials</h2>
 
+<a name="op-9xfw58hzbu"></a>
+
 Retrieve the client Id and client secret credentials for an application in an organization.
 
 <h3>Parameters</h3>
@@ -1485,16 +1597,18 @@ One of the application&#39;s identification which includes name or uuid. (Specif
 __200__
 
 * Description: An array of retrieved credentials info.
-* Schema: [Credential](#Credential)
+* Schema: [Credential](#credential)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /management/orgs/{orgId}/apps/{appId}/credentials</h2>
 
+<a name="op-lcqnmroopm"></a>
+
 Generate the client Id and client secret credentials for an application in an organization.
 
 <h3>Parameters</h3>
@@ -1509,16 +1623,18 @@ One of the application&#39;s identification which includes name or uuid. (Specif
 __200__
 
 * Description: An array of generated credentials info.
-* Schema: [Credential](#Credential)
+* Schema: [Credential](#credential)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/credentials</h2>
 
+<a name="op-srhannjni2"></a>
+
 Retrieve the credentials for an organization client.
 
 <h3>Parameters</h3>
@@ -1531,16 +1647,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of Credential
-* Schema: [Credential](#Credential)
+* Schema: [Credential](#credential)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /management/orgs/{orgId}/credentials</h2>
 
+<a name="op-konb0d3faz"></a>
+
 Generate whole new credentials for an organization client.
 
 <h3>Parameters</h3>
@@ -1553,16 +1671,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of Credential
-* Schema: [Credential](#Credential)
+* Schema: [Credential](#credential)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/feed</h2>
 
+<a name="op-jmorkmmhu8"></a>
+
 Retrieve an organization&#39;s activity feed.
 
 <h3>Parameters</h3>
@@ -1575,16 +1695,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of the organization&#39;s ActivityFeed.
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/orgs/{orgId}/reactivate</h2>
 
+<a name="op-2eplhfrllc"></a>
+
 Reactivate an expired organization.
 
 <h3>Parameters</h3>
@@ -1597,16 +1719,18 @@ One of the organization&#39;s identification which includes name or uuid. (Speci
 __200__
 
 * Description: An array of complete messages.
-* Schema: [Action](#Action)
+* Schema: [Action](#action)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /management/users/{userId}/feed</h2>
 
+<a name="op-yitoouap1l"></a>
+
 Retrieve an admin user&#39;s activity feed.
 
 <h3>Parameters</h3>
@@ -1619,12 +1743,12 @@ One of the user&#39;s identification which includes username, real name, email a
 __200__
 
 * Description: An array of user&#39;s activity
-* Schema: [ActivityFeed](#ActivityFeed)
+* Schema: [ActivityFeed](#activityfeed)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ### Permissions-Roles
@@ -1632,6 +1756,8 @@ __default__
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/roles</h2>
 
+<a name="op-gzvozr9tpx"></a>
+
 Retrieve the roles in an application through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1646,16 +1772,18 @@ One of the application&#39;s identification which includes name or uuid. (Specif
 __200__
 
 * Description: An array of retrieved role&#39;s info.
-* Schema: [Role](#Role)
+* Schema: [Role](#role)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/roles</h2>
 
+<a name="op-6cxfmtg8qw"></a>
+
 Create a new role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1672,16 +1800,18 @@ The required properties of the role. (Specified in body).
 __200__
 
 * Description: An array of created role&#39;s info.
-* Schema: [Role](#Role)
+* Schema: [Role](#role)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/roles/{roleId}/permissions</h2>
 
+<a name="op-xhckyqr6ab"></a>
+
 Remove permissions from a role.
 
 <h3>Parameters</h3>
@@ -1700,16 +1830,18 @@ The query statement of the url pattern. (Specified in body).
 __200__
 
 * Description: Permissions object with array of the deleated Usergrid Permission strings.
-* Schema: [Permissions](#Permissions)
+* Schema: [Permissions](#permissions)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{appId}/roles/{roleId}/users</h2>
 
+<a name="op-xvyk7zreff"></a>
+
 Retrieve the users in a role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1726,16 +1858,18 @@ One of the role&#39;s identification which includes name or uuid. (Specified in
 __200__
 
 * Description: An API Response with a entities array of Users.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{appId}/roles/{roleId}/users/{userId}</h2>
 
+<a name="op-muyc43xgrf"></a>
+
 Add a user to a role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1754,16 +1888,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of added user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/roles/{roleId}/users/{userId}</h2>
 
+<a name="op-ozbsrlozwi"></a>
+
 Remove a user from a role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1782,16 +1918,18 @@ One of the user&#39;s identification which includes username or UUID. (Specified
 __200__
 
 * Description: An array of deleted user&#39;s info.
-* Schema: [User](#User)
+* Schema: [User](#user)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-DELETE-heading">DELETE /{orgId}/{appId}/roles/{rolename}</h2>
 
+<a name="op-1obkbxb1zd"></a>
+
 Remove a role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1808,16 +1946,18 @@ The name of the role. (Specified in path).
 __200__
 
 * Description: An array of deleted role&#39;s info.
-* Schema: [Role](#Role)
+* Schema: [Role](#role)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-GET-heading">GET /{orgId}/{applicationId}/roles/{roleId}/permissions</h2>
 
+<a name="op-bb3svhbvfj"></a>
+
 Retrieve permissions for a Role.
 
 <h3>Parameters</h3>
@@ -1834,16 +1974,18 @@ One of the role&#39;s identification which includes name or uuid. (Specified in
 __200__
 
 * Description: Permissions object with array of Usergrid Permission strings.
-* Schema: [Permissions](#Permissions)
+* Schema: [Permissions](#permissions)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 <h2 class="usergrid-POST-heading">POST /{orgId}/{applicationId}/roles/{roleId}/permissions</h2>
 
+<a name="op-mu9s1qxs5u"></a>
+
 Add permissions to a role through providing all the identifications.
 
 <h3>Parameters</h3>
@@ -1862,12 +2004,12 @@ Permissions object with array of Usergrid Permission strings to be added. (Speci
 __200__
 
 * Description: Permissions object with array of Usergrid Permission strings.
-* Schema: [Permission](#Permission)
+* Schema: [Permission](#permission)
     
 __default__
 
 * Description: Unexpected error.
-* Schema: [Error](#Error)
+* Schema: [Error](#error)
     
 
 ## Models
@@ -1912,12 +2054,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/token](#op-MhD5hWgRwK)
-* [/{orgId}/{appId}/token](#op-9TDlDc0BL3)
-      
-
 
 ### Action
 
@@ -1974,17 +2110,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/users/resetpw](#op-AiNhPeeyiq)
-* [/{orgId}/{appId}/users/{user}/password](#op-d0NWF6YZuK)
-* [/management/orgs/{orgId}/activate](#op-5138i0P1q8)
-* [/management/users/{userId}/activate](#op-c9LsV7Ulbr)
-* [/management/orgs/{orgId}/reactivate](#op-RIuF55JkgX)
-* [/management/users/{userId}/reactivate](#op-jk8tbzHamj)
-* [/management/users/{userId}/password](#op-yjg1hntm4R)
-      
-
 __Referring Definitions__
   
 * [Receipt](#receipt)
@@ -2079,16 +2204,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/users/{userId}/activities](#op-SgbcdXdHSq)
-* [/{orgId}/{appId}/users/{userId}/feed](#op-JOpALhJR9x)
-* [/management/orgs/{orgId}/feed](#op-FsWAA6TQ6j)
-* [/{orgId}/{appId}/groups/{groupId}/feed](#op-vjWBovszxD)
-* [/management/users/{userId}/feed](#op-oyQqxIeMTj)
-* [/{orgId}/{appId}/groups/{groupId}/activities](#op-Y8sHuGSnUK)
-      
-
 
 ### AddRole
 
@@ -2121,11 +2236,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/roles](#op-77UvdX1AKS)
-      
-
 
 ### AppData
 
@@ -2174,12 +2284,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/orgs/{orgId}/apps](#op-FxESea37Iw)
-* [/management/orgs/{orgId}/apps/{appId}](#op-dfDXMn6FHh)
-      
-
 __Referring Definitions__
   
 * [Organization](#organization)
@@ -2248,12 +2352,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/users/{userId}/activities](#op-SgbcdXdHSq)
-* [/{orgId}/{appId}/groups/{groupId}/activities](#op-Y8sHuGSnUK)
-      
-
 
 ### CreateAdminUser
 
@@ -2302,11 +2400,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/users](#op-OrsKI3OblZ)
-      
-
 
 ### CreateEntities
 
@@ -2323,12 +2416,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/{entitytype}](#op-vhYugcLtOU)
-* [/{orgId}/{appId}/{collectionId}/{entityId}](#op-rIFHtzBMnq)
-      
-
 
 ### CreateEvent
 
@@ -2353,11 +2440,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/events](#op-tbL4sW2gO4)
-      
-
 
 ### CreateGroup
 
@@ -2390,11 +2472,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/groups](#op-cSFYOwc349)
-      
-
 
 ### CreateNotifications
 
@@ -2411,15 +2488,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/groups/{path}/notifications](#op-HcxsWWHJuW)
-* [/{orgId}/{applicationId}/devices](#op-tHQHlcVc6O)
-* [/{orgId}/{applicationId}/devices/{deviceId}/notifications](#op-DhaimEfP36)
-* [/{orgId}/{applicationId}/users/{userId}/notifications](#op-GqqUlXEpw0)
-* [/{orgId}/{applicationId}/devices/*/notifications](#op-9Av28Sb6xD)
-      
-
 
 ### CreateOrg
 
@@ -2476,11 +2544,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/orgs](#op-10Xly2uR81)
-      
-
 
 ### CreateUser
 
@@ -2505,11 +2568,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/users](#op-B3JxnPdQnX)
-      
-
 
 ### Credential
 
@@ -2550,14 +2608,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/orgs/{orgId}/credentials](#op-yvf6XFwT9U)
-* [/management/orgs/{orgId}/apps/{appId}/credentials](#op-BQVtNYKbr6)
-* [/management/orgs/{orgId}/credentials](#op-x2rOvoWwdu)
-* [/management/orgs/{orgId}/apps/{appId}/credentials](#op-l2sf6CY3kb)
-      
-
 
 ### Device
 
@@ -2630,11 +2680,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/{notificationId}/*/queue](#op-813WAQfcPn)
-      
-
 
 ### Entity
 
@@ -2707,19 +2752,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/{collectionId}/{entityId}](#op-6bY9NIsNDh)
-* [/{orgId}/{appId}/{collectionId}](#op-uUIPNDp91Q)
-* [/{orgId}/{appId}/users/{userId}/{relation}](#op-p76OEoqzeq)
-* [/{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2}](#op-fqEhlK2uYz)
-* [/{orgId}/{appId}/{collectionId}/{entityId}](#op-gMtdxV5Km7)
-* [/{orgId}/{appId}/{collectionId}](#op-JNUUZzf2XB)
-* [/{orgId}/{appId}/{entitytype}](#op-vhYugcLtOU)
-* [/{orgId}/{appId}/{collectionId}/{entityId1}/{relation}/{entityId2}](#op-HEKlO2fyjg)
-* [/{orgId}/{appId}/{collectionId}/{entityId}](#op-rIFHtzBMnq)
-      
-
 __Referring Definitions__
   
 * [Role](#role)
@@ -2767,7 +2799,6 @@ __Properties__
 </table>
 
 
-
 ### Event
 
 
@@ -2839,11 +2870,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/events](#op-tbL4sW2gO4)
-      
-
 
 ### Group
 
@@ -2924,13 +2950,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/groups](#op-cSFYOwc349)
-* [/{org_Id}/{app_Id}/groups/{groupId}](#op-DN1sgDsfHL)
-* [/{org_Id}/{app_Id}/groups/{groupId}](#op-WJCUsLbpoy)
-      
-
 
 ### LoginCredentials
 
@@ -2987,12 +3006,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/token](#op-MhD5hWgRwK)
-* [/{orgId}/{appId}/token](#op-9TDlDc0BL3)
-      
-
 
 ### Notification
 
@@ -3089,19 +3102,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/notifications/{notificationId}](#op-xHUyW9SEKp)
-* [/{orgId}/{applicationId}/notifications/{notificationId}](#op-p1JCjxXaT6)
-* [/{orgId}/{applicationId}/{receiptId}/*/notifications](#op-tMb27wddix)
-* [/{orgId}/{applicationId}/groups/{path}/notifications](#op-HcxsWWHJuW)
-* [/{orgId}/{applicationId}/devices](#op-tHQHlcVc6O)
-* [/{orgId}/{applicationId}/notifications](#op-EVJZ1t5REk)
-* [/{orgId}/{applicationId}/devices/{deviceId}/notifications](#op-DhaimEfP36)
-* [/{orgId}/{applicationId}/users/{userId}/notifications](#op-GqqUlXEpw0)
-* [/{orgId}/{applicationId}/devices/*/notifications](#op-9Av28Sb6xD)
-      
-
 
 ### NotificationUpdate
 
@@ -3142,11 +3142,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/notifications/{notificationId}](#op-xHUyW9SEKp)
-      
-
 
 ### Organization
 
@@ -3275,12 +3270,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/orgs](#op-10Xly2uR81)
-* [/management/orgs/{orgId}](#op-fMZQcXXAv8)
-      
-
 
 ### Permissions
 
@@ -3329,13 +3318,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/roles/{roleId}/permissions](#op-fB9nGqslMj)
-* [/{orgId}/{appId}/roles/{roleId}/permissions](#op-kaaoh5SC55)
-* [/{orgId}/{applicationId}/roles/{roleId}/permissions](#op-9VeULLNiHw)
-      
-
 
 ### Receipt
 
@@ -3432,13 +3414,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{applicationId}/{notificationId}/*/receipts](#op-4ltskxwFlh)
-* [/{orgId}/{applicationId}/receipts](#op-Jrx6MJpfDT)
-* [/{orgId}/{applicationId}/{deviceId}/*/receipts](#op-dcBSAaCDdl)
-      
-
 
 ### ResetPW
 
@@ -3471,12 +3446,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/users/{user}/password](#op-d0NWF6YZuK)
-* [/management/users/{userId}/password](#op-yjg1hntm4R)
-      
-
 
 ### ResetPWMsg
 
@@ -3517,11 +3486,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/users/resetpw](#op-XfnvemSsD8)
-      
-
 
 ### Role
 
@@ -3610,13 +3574,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/{orgId}/{appId}/roles](#op-Xs9X9TSi8B)
-* [/{orgId}/{appId}/roles](#op-77UvdX1AKS)
-* [/{orgId}/{appId}/roles/{rolename}](#op-OVMDaZHUiZ)
-      
-
 
 ### User
 
@@ -3753,25 +3710,6 @@ __Properties__
   </tr>
 </table>
 
-__Referring API Paths__
-  
-* [/management/orgs/{orgId}/users](#op-z7AQVyIzPn)
-* [/{orgId}/{appId}/users](#op-Rq1TkYSvPN)
-* [/management/users/{userId}](#op-Vh6g9ZgYMh)
-* [/{orgId}/{appId}/groups/{groupId}/users/{userId}](#op-tTRCEhAz0z)
-* [/{orgId}/{appId}/roles/{roleId}/users/{userId}](#op-Hscxz1kxfu)
-* [/{orgId}/{appId}/groups/{groupId}/users/{userId}](#op-EeS4c1jZT1)
-* [/management/users/{userId}](#op-SrpcXlZC86)
-* [/{orgId}/{appId}/users/{userId}](#op-0bju5bw1ZH)
-* [/{orgId}/{appId}/users/{userId}](#op-tRnoDrscSy)
-* [/{orgId}/{appId}/roles/{roleId}/users/{userId}](#op-D4YceDJCBp)
-* [/{orgId}/{appId}/users](#op-B3JxnPdQnX)
-* [/management/orgs/{orgId}/users/{userId}](#op-XQZui6aKiZ)
-* [/{orgId}/{appId}/roles/{roleId}/users](#op-UG5vx2zh0S)
-* [/{orgId}/{appId}/users/{userId}](#op-RDt20tQoio)
-* [/management/users](#op-OrsKI3OblZ)
-      
-
 __Referring Definitions__
   
 * [AccessTokenResponse](#accesstokenresponse)
@@ -3827,7 +3765,6 @@ __Properties__
   </tr>
 </table>
 
-
 __Referring Definitions__
   
 * [Metadata](#metadata)
@@ -3888,7 +3825,6 @@ __Properties__
   </tr>
 </table>
 
-
 __Referring Definitions__
   
 * [CreateActivity](#createactivity)
@@ -3941,7 +3877,6 @@ __Properties__
   </tr>
 </table>
 
-
 __Referring Definitions__
   
 * [Receipt](#receipt)
@@ -4000,7 +3935,6 @@ __Properties__
   </tr>
 </table>
 
-
 __Referring Definitions__
   
 * [ActivityFeed](#activityfeed)
@@ -4037,7 +3971,6 @@ __Properties__
   </tr>
 </table>
 
-
 __Referring Definitions__
   
 * [Metadata](#metadata)

http://git-wip-us.apache.org/repos/asf/usergrid/blob/2303eeac/docs/src/main/groovy/usergrid/ApiDocGenerator.groovy
----------------------------------------------------------------------
diff --git a/docs/src/main/groovy/usergrid/ApiDocGenerator.groovy b/docs/src/main/groovy/usergrid/ApiDocGenerator.groovy
index 523cdd4..895918e 100644
--- a/docs/src/main/groovy/usergrid/ApiDocGenerator.groovy
+++ b/docs/src/main/groovy/usergrid/ApiDocGenerator.groovy
@@ -150,7 +150,7 @@ public class ApiDocGenerator {
         urlOp.url = url;
         urlOp.method = method;
         urlOp.operation = operation;
-        urlOp.opId = RandomStringUtils.randomAlphanumeric(10);
+        urlOp.opId = RandomStringUtils.randomAlphanumeric(10).toLowerCase();
         urlOps.add(urlOp);
 
         operation.getResponses().each { responseEntry ->
@@ -227,7 +227,7 @@ public class ApiDocGenerator {
             // if parameter has a schema, assume that it is a reference
             if ( responseEntry.value.schema != null) {
                 response.schema = responseEntry.value.schema.ref;
-                response.schemaAnchor = responseEntry.value.schema.ref;
+                response.schemaAnchor = responseEntry.value.schema.ref.toLowerCase();
                
                 // keep track of paths that use each schema definition
                 if ( response.status.equals("200") ) {
@@ -327,7 +327,7 @@ public class ApiDocGenerator {
         allTags.each{ tag -> 
             def atag = [:];
             atag.name = tag;
-            atag.link = tag;
+            atag.link = tag.toLowerCase();
             tags.add(atag);
         };
         scope.tags = tags;

http://git-wip-us.apache.org/repos/asf/usergrid/blob/2303eeac/docs/src/main/resources/markdown/model.mustache
----------------------------------------------------------------------
diff --git a/docs/src/main/resources/markdown/model.mustache b/docs/src/main/resources/markdown/model.mustache
index 2a41a00..395648f 100644
--- a/docs/src/main/resources/markdown/model.mustache
+++ b/docs/src/main/resources/markdown/model.mustache
@@ -24,15 +24,6 @@ __Properties__
   {{/properties}}
 </table>
 
-{{#hasReferrers}}
-__Referring API Paths__
-  
-{{#referrers}}
-* [{{url}}](#op-{{opId}})
-{{/referrers}}
-      
-{{/hasReferrers}}
-
 {{#hasModelRefs}}
 __Referring Definitions__
   

http://git-wip-us.apache.org/repos/asf/usergrid/blob/2303eeac/docs/src/main/resources/markdown/operation.mustache
----------------------------------------------------------------------
diff --git a/docs/src/main/resources/markdown/operation.mustache b/docs/src/main/resources/markdown/operation.mustache
index cce0524..eb6a50f 100644
--- a/docs/src/main/resources/markdown/operation.mustache
+++ b/docs/src/main/resources/markdown/operation.mustache
@@ -1,6 +1,8 @@
 
 <h2 class="usergrid-{{method}}-heading">{{method}} {{url}}</h2>
 
+<a name="op-{{opId}}"></a>
+
 {{description}}
 
 <h3>Parameters</h3>


[2/3] usergrid git commit: Cherry pick: Remove operation cross references from Markdown representation as Sphinx will not allow me to set anchors.

Posted by sn...@apache.org.
http://git-wip-us.apache.org/repos/asf/usergrid/blob/2303eeac/docs/rest-endpoints/api-docs.html
----------------------------------------------------------------------
diff --git a/docs/rest-endpoints/api-docs.html b/docs/rest-endpoints/api-docs.html
index d04b4b5..50ac3d9 100644
--- a/docs/rest-endpoints/api-docs.html
+++ b/docs/rest-endpoints/api-docs.html
@@ -57,18 +57,18 @@
 <a name='Access-Tokens-method'></a>
 <h2>Access-Tokens</h2>
 
-<a name="op-9tip2KQOJU"/>
+<a name="op-jltfzperrd"/>
 
 <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="#op-9tip2KQOJU"
-                href="#op-9tip2KQOJU" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-jltfzperrd"
+                href="#op-jltfzperrd" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-9tip2KQOJU" class="panel-body collapse">
+    <div id="op-jltfzperrd" class="panel-body collapse">
 
         <p>Login with Admin-User or Organization credentials.</p>
 
@@ -88,14 +88,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: Object containing access_token.</li>
-                        <li>Schema: [<a href="#AccessTokenResponse">AccessTokenResponse</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>     
@@ -104,18 +104,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-IUf19l1qrH"/>
+<a name="op-pf4k08eh6b"/>
 
 <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="#op-IUf19l1qrH"
-                href="#op-IUf19l1qrH" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-pf4k08eh6b"
+                href="#op-pf4k08eh6b" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-IUf19l1qrH" class="panel-body collapse">
+    <div id="op-pf4k08eh6b" class="panel-body collapse">
 
         <p>Login with App-User or Application credentials.</p>
 
@@ -135,14 +135,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: Object containing access_token.</li>
-                        <li>Schema: [<a href="#AccessTokenResponse">AccessTokenResponse</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>     
@@ -153,18 +153,18 @@
 <a name='Activities-method'></a>
 <h2>Activities</h2>
 
-<a name="op-s4NWZiHc78"/>
+<a name="op-oelvmrj75o"/>
 
 <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="#op-s4NWZiHc78"
-                href="#op-s4NWZiHc78" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-oelvmrj75o"
+                href="#op-oelvmrj75o" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-s4NWZiHc78" class="panel-body collapse">
+    <div id="op-oelvmrj75o" class="panel-body collapse">
 
         <p>Get a group&#39;s feed through providing all the identifications.</p>
 
@@ -192,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>     
@@ -208,18 +208,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-HDAhoX69jZ"/>
+<a name="op-qijgihm8op"/>
 
 <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="#op-HDAhoX69jZ"
-                href="#op-HDAhoX69jZ" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-qijgihm8op"
+                href="#op-qijgihm8op" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-HDAhoX69jZ" class="panel-body collapse">
+    <div id="op-qijgihm8op" class="panel-body collapse">
 
         <p>Create an activity in the activities collection.</p>
 
@@ -251,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>     
@@ -267,18 +267,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-twzitiiIB6"/>
+<a name="op-abeniyh5dn"/>
 
 <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="#op-twzitiiIB6"
-                href="#op-twzitiiIB6" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-abeniyh5dn"
+                href="#op-abeniyh5dn" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-twzitiiIB6" class="panel-body collapse">
+    <div id="op-abeniyh5dn" class="panel-body collapse">
 
         <p>Retrieve a user&#39;s feed through providing all the identifications.</p>
 
@@ -306,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>     
@@ -324,18 +324,18 @@
 <a name='Admin-Users-method'></a>
 <h2>Admin-Users</h2>
 
-<a name="op-fY1suiC9CG"/>
+<a name="op-0k8ni3xj3d"/>
 
 <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="#op-fY1suiC9CG"
-                href="#op-fY1suiC9CG" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-0k8ni3xj3d"
+                href="#op-0k8ni3xj3d" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-fY1suiC9CG" class="panel-body collapse">
+    <div id="op-0k8ni3xj3d" class="panel-body collapse">
 
         <p>Retrieve details about the admin users in an organization.</p>
 
@@ -355,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>     
@@ -371,18 +371,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-9ay9DuEBu7"/>
+<a name="op-vh9ngi9fmx"/>
 
 <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="#op-9ay9DuEBu7"
-                href="#op-9ay9DuEBu7" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-vh9ngi9fmx"
+                href="#op-vh9ngi9fmx" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-9ay9DuEBu7" class="panel-body collapse">
+    <div id="op-vh9ngi9fmx" class="panel-body collapse">
 
         <p>Remove an admin user from an organization through providing both Id of application and organization.</p>
 
@@ -406,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>     
@@ -422,18 +422,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-K7dHVMcYsP"/>
+<a name="op-u0gzbrduqw"/>
 
 <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="#op-K7dHVMcYsP"
-                href="#op-K7dHVMcYsP" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-u0gzbrduqw"
+                href="#op-u0gzbrduqw" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-K7dHVMcYsP" class="panel-body collapse">
+    <div id="op-u0gzbrduqw" class="panel-body collapse">
 
         <p>Create a whole new admin user.</p>
 
@@ -453,14 +453,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An API Response with a entities array containing the newly created Admin User.</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>     
@@ -469,18 +469,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-o2wkBkogfI"/>
+<a name="op-uqzrvknezr"/>
 
 <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="#op-o2wkBkogfI"
-                href="#op-o2wkBkogfI" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-uqzrvknezr"
+                href="#op-uqzrvknezr" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-o2wkBkogfI" class="panel-body collapse">
+    <div id="op-uqzrvknezr" class="panel-body collapse">
 
         <p>Initiate the reset of an admin user&#39;s password.</p>
 
@@ -496,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>     
@@ -512,18 +512,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-cpX0wpzVCy"/>
+<a name="op-hdejths3zf"/>
 
 <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="#op-cpX0wpzVCy"
-                href="#op-cpX0wpzVCy" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-hdejths3zf"
+                href="#op-hdejths3zf" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-cpX0wpzVCy" class="panel-body collapse">
+    <div id="op-hdejths3zf" class="panel-body collapse">
 
         <p>Complete the password reset through getting the newpassword and the old one for identification.</p>
 
@@ -550,7 +550,7 @@
                     <b>default</b>
                     <ul>
                         <li>Description: </li>
-                        <li>Schema: [<a href="#Error">Error</a>]</li>
+                        <li>Schema: [<a href="#error">Error</a>]</li>
                     </ul>
                 </li>
         </ul>     
@@ -559,18 +559,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-7hDdXim1A9"/>
+<a name="op-lbof08ngzj"/>
 
 <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="#op-7hDdXim1A9"
-                href="#op-7hDdXim1A9" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-lbof08ngzj"
+                href="#op-lbof08ngzj" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-7hDdXim1A9" class="panel-body collapse">
+    <div id="op-lbof08ngzj" class="panel-body collapse">
 
         <p>Retrieve details about an admin user.</p>
 
@@ -590,14 +590,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An API Response with a entities array containing the Admin User.</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>     
@@ -606,18 +606,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-9OBDSmeQMQ"/>
+<a name="op-e0xzsb83mx"/>
 
 <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="#op-9OBDSmeQMQ"
-                href="#op-9OBDSmeQMQ" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-e0xzsb83mx"
+                href="#op-e0xzsb83mx" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-9OBDSmeQMQ" class="panel-body collapse">
+    <div id="op-e0xzsb83mx" class="panel-body collapse">
 
         <p>Update the info of an admin user.</p>
 
@@ -637,14 +637,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An API Response with a entities array containing the updated Admin User</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>     
@@ -653,18 +653,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-w5LTUIm8Aa"/>
+<a name="op-tomptkkm0s"/>
 
 <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="#op-w5LTUIm8Aa"
-                href="#op-w5LTUIm8Aa" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-tomptkkm0s"
+                href="#op-tomptkkm0s" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-w5LTUIm8Aa" class="panel-body collapse">
+    <div id="op-tomptkkm0s" class="panel-body collapse">
 
         <p>Activate an admin user from a link provIded in an email notification.</p>
 
@@ -692,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>     
@@ -708,18 +708,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-5cCk6VmfP1"/>
+<a name="op-nghoyv2wcb"/>
 
 <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="#op-5cCk6VmfP1"
-                href="#op-5cCk6VmfP1" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-nghoyv2wcb"
+                href="#op-nghoyv2wcb" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-5cCk6VmfP1" class="panel-body collapse">
+    <div id="op-nghoyv2wcb" class="panel-body collapse">
 
         <p>Update an admin user&#39;s password through getting the newpassword and the old one for identification.</p>
 
@@ -743,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>     
@@ -759,18 +759,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-DHHGIVnyXy"/>
+<a name="op-z6wihrgdkd"/>
 
 <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="#op-DHHGIVnyXy"
-                href="#op-DHHGIVnyXy" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-z6wihrgdkd"
+                href="#op-z6wihrgdkd" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-DHHGIVnyXy" class="panel-body collapse">
+    <div id="op-z6wihrgdkd" class="panel-body collapse">
 
         <p>Reactivate an expired admin user.</p>
 
@@ -790,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>     
@@ -808,18 +808,18 @@
 <a name='App-Users-method'></a>
 <h2>App-Users</h2>
 
-<a name="op-Lx5NaI3isH"/>
+<a name="op-rjc6xigqey"/>
 
 <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="#op-Lx5NaI3isH"
-                href="#op-Lx5NaI3isH" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-rjc6xigqey"
+                href="#op-rjc6xigqey" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-Lx5NaI3isH" class="panel-body collapse">
+    <div id="op-rjc6xigqey" class="panel-body collapse">
 
         <p>Retrieve users though query statement.</p>
 
@@ -847,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>     
@@ -863,18 +863,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-Eosn4udGUG"/>
+<a name="op-auocxo8sbd"/>
 
 <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="#op-Eosn4udGUG"
-                href="#op-Eosn4udGUG" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-auocxo8sbd"
+                href="#op-auocxo8sbd" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-Eosn4udGUG" class="panel-body collapse">
+    <div id="op-auocxo8sbd" class="panel-body collapse">
 
         <p>Create a user in the users collection through providing all the identifications.</p>
 
@@ -902,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>     
@@ -918,18 +918,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-f2fcMcbq2u"/>
+<a name="op-fed3e3rttw"/>
 
 <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="#op-f2fcMcbq2u"
-                href="#op-f2fcMcbq2u" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-fed3e3rttw"
+                href="#op-fed3e3rttw" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-f2fcMcbq2u" class="panel-body collapse">
+    <div id="op-fed3e3rttw" class="panel-body collapse">
 
         <p>Retrieve a user through providing all the identifications.</p>
 
@@ -957,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>     
@@ -973,18 +973,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-1WRy7Zxrom"/>
+<a name="op-ubyjuplh34"/>
 
 <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="#op-1WRy7Zxrom"
-                href="#op-1WRy7Zxrom" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ubyjuplh34"
+                href="#op-ubyjuplh34" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-1WRy7Zxrom" class="panel-body collapse">
+    <div id="op-ubyjuplh34" class="panel-body collapse">
 
         <p>Update a user through providing all the identifications.</p>
 
@@ -1012,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>     
@@ -1028,18 +1028,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-wAYA0cyL6U"/>
+<a name="op-xo78yrnje9"/>
 
 <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="#op-wAYA0cyL6U"
-                href="#op-wAYA0cyL6U" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-xo78yrnje9"
+                href="#op-xo78yrnje9" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-wAYA0cyL6U" class="panel-body collapse">
+    <div id="op-xo78yrnje9" class="panel-body collapse">
 
         <p>Remove a user through providing all the identifications.</p>
 
@@ -1067,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>     
@@ -1083,18 +1083,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-2gWkZmGFej"/>
+<a name="op-atwo87tjks"/>
 
 <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="#op-2gWkZmGFej"
-                href="#op-2gWkZmGFej" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-atwo87tjks"
+                href="#op-atwo87tjks" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-2gWkZmGFej" class="panel-body collapse">
+    <div id="op-atwo87tjks" class="panel-body collapse">
 
         <p>Set a user&#39;s password or reset the user&#39;s existing password.</p>
 
@@ -1126,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>     
@@ -1144,18 +1144,18 @@
 <a name='Entities-Collections-method'></a>
 <h2>Entities-Collections</h2>
 
-<a name="op-MPJEDNveAg"/>
+<a name="op-qfvlknxj23"/>
 
 <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="#op-MPJEDNveAg"
-                href="#op-MPJEDNveAg" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-qfvlknxj23"
+                href="#op-qfvlknxj23" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-MPJEDNveAg" class="panel-body collapse">
+    <div id="op-qfvlknxj23" class="panel-body collapse">
 
         <p>Retrieve a user&#39;s collections or connections through query statement.</p>
 
@@ -1191,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>     
@@ -1207,18 +1207,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-IPmIu3acQ6"/>
+<a name="op-iryk6kw39t"/>
 
 <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="#op-IPmIu3acQ6"
-                href="#op-IPmIu3acQ6" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-iryk6kw39t"
+                href="#op-iryk6kw39t" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-IPmIu3acQ6" class="panel-body collapse">
+    <div id="op-iryk6kw39t" class="panel-body collapse">
 
         <p>Retrieve collection through query statement.</p>
 
@@ -1250,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>     
@@ -1266,18 +1266,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-BamEimBRA0"/>
+<a name="op-7928vzxtic"/>
 
 <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="#op-BamEimBRA0"
-                href="#op-BamEimBRA0" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-7928vzxtic"
+                href="#op-7928vzxtic" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-BamEimBRA0" class="panel-body collapse">
+    <div id="op-7928vzxtic" class="panel-body collapse">
 
         <p>Update collection through query statement.</p>
 
@@ -1309,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>     
@@ -1325,18 +1325,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-vbbvVAAgj9"/>
+<a name="op-gzjjo0gt4n"/>
 
 <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="#op-vbbvVAAgj9"
-                href="#op-vbbvVAAgj9" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-gzjjo0gt4n"
+                href="#op-gzjjo0gt4n" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-vbbvVAAgj9" class="panel-body collapse">
+    <div id="op-gzjjo0gt4n" class="panel-body collapse">
 
         <p>Add an entity to a collection through providing all the identifications.</p>
 
@@ -1376,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>     
@@ -1392,18 +1392,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-fRuzilDgtX"/>
+<a name="op-ubvz0iw6sr"/>
 
 <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="#op-fRuzilDgtX"
-                href="#op-fRuzilDgtX" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ubvz0iw6sr"
+                href="#op-ubvz0iw6sr" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-fRuzilDgtX" class="panel-body collapse">
+    <div id="op-ubvz0iw6sr" class="panel-body collapse">
 
         <p>Remove an entity from a collection through providing all the identifications.</p>
 
@@ -1443,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>     
@@ -1459,18 +1459,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-OTebyGbCOB"/>
+<a name="op-ncyiutohja"/>
 
 <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="#op-OTebyGbCOB"
-                href="#op-OTebyGbCOB" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ncyiutohja"
+                href="#op-ncyiutohja" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-OTebyGbCOB" class="panel-body collapse">
+    <div id="op-ncyiutohja" class="panel-body collapse">
 
         <p>Retrieve an entity through providing Id of application, organization, collection and entity.</p>
 
@@ -1502,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>     
@@ -1518,18 +1518,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-vMFmKcb2Gg"/>
+<a name="op-zcq75rqupy"/>
 
 <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="#op-vMFmKcb2Gg"
-                href="#op-vMFmKcb2Gg" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-zcq75rqupy"
+                href="#op-zcq75rqupy" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-vMFmKcb2Gg" class="panel-body collapse">
+    <div id="op-zcq75rqupy" class="panel-body collapse">
 
         <p>One or more properties can be updated with a single request.</p>
 
@@ -1565,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>     
@@ -1581,18 +1581,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-iHyMbJUKhn"/>
+<a name="op-cxha8mfn5b"/>
 
 <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="#op-iHyMbJUKhn"
-                href="#op-iHyMbJUKhn" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-cxha8mfn5b"
+                href="#op-cxha8mfn5b" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-iHyMbJUKhn" class="panel-body collapse">
+    <div id="op-cxha8mfn5b" class="panel-body collapse">
 
         <p>Delete an entity from the collection.</p>
 
@@ -1624,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>     
@@ -1640,18 +1640,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-zWXoRjHTur"/>
+<a name="op-ghkfksvzjn"/>
 
 <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="#op-zWXoRjHTur"
-                href="#op-zWXoRjHTur" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ghkfksvzjn"
+                href="#op-ghkfksvzjn" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-zWXoRjHTur" class="panel-body collapse">
+    <div id="op-ghkfksvzjn" 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>
 
@@ -1683,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>     
@@ -1701,18 +1701,18 @@
 <a name='Events-method'></a>
 <h2>Events</h2>
 
-<a name="op-0XTUnMPL6J"/>
+<a name="op-wnqxopkwwz"/>
 
 <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="#op-0XTUnMPL6J"
-                href="#op-0XTUnMPL6J" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-wnqxopkwwz"
+                href="#op-wnqxopkwwz" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-0XTUnMPL6J" class="panel-body collapse">
+    <div id="op-wnqxopkwwz" class="panel-body collapse">
 
         <p>Create an event through providing both Id of organization and application.</p>
 
@@ -1740,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>     
@@ -1758,18 +1758,18 @@
 <a name='Groups-method'></a>
 <h2>Groups</h2>
 
-<a name="op-xrKwMqxkJL"/>
+<a name="op-ahwwobry7b"/>
 
 <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="#op-xrKwMqxkJL"
-                href="#op-xrKwMqxkJL" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ahwwobry7b"
+                href="#op-ahwwobry7b" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-xrKwMqxkJL" class="panel-body collapse">
+    <div id="op-ahwwobry7b" class="panel-body collapse">
 
         <p>Create a new group through providing both Id of organization and application.</p>
 
@@ -1797,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>     
@@ -1813,18 +1813,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-mWlMUxvD5o"/>
+<a name="op-9agwcnszo1"/>
 
 <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="#op-mWlMUxvD5o"
-                href="#op-mWlMUxvD5o" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-9agwcnszo1"
+                href="#op-9agwcnszo1" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-mWlMUxvD5o" class="panel-body collapse">
+    <div id="op-9agwcnszo1" 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>
 
@@ -1856,14 +1856,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: </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>     
@@ -1872,18 +1872,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-HZtvmcWXif"/>
+<a name="op-ndfc9lpvfb"/>
 
 <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="#op-HZtvmcWXif"
-                href="#op-HZtvmcWXif" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ndfc9lpvfb"
+                href="#op-ndfc9lpvfb" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-HZtvmcWXif" class="panel-body collapse">
+    <div id="op-ndfc9lpvfb" class="panel-body collapse">
 
         <p>Add a user to a group through providing all the identifications.</p>
 
@@ -1915,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>     
@@ -1931,18 +1931,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-hUi9lLujEi"/>
+<a name="op-d0g0l32tf1"/>
 
 <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="#op-hUi9lLujEi"
-                href="#op-hUi9lLujEi" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-d0g0l32tf1"
+                href="#op-d0g0l32tf1" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-hUi9lLujEi" class="panel-body collapse">
+    <div id="op-d0g0l32tf1" class="panel-body collapse">
 
         <p>Delete user from a group through providing all the identifications.</p>
 
@@ -1974,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>     
@@ -1990,18 +1990,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-DxaIyZ7H6X"/>
+<a name="op-1yb8oe6y0s"/>
 
 <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="#op-DxaIyZ7H6X"
-                href="#op-DxaIyZ7H6X" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-1yb8oe6y0s"
+                href="#op-1yb8oe6y0s" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-DxaIyZ7H6X" class="panel-body collapse">
+    <div id="op-1yb8oe6y0s" class="panel-body collapse">
 
         <p>Get a group through through providing all the identifications.</p>
 
@@ -2029,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>     
@@ -2045,18 +2045,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-xMH6UvAiJQ"/>
+<a name="op-theoah23fu"/>
 
 <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="#op-xMH6UvAiJQ"
-                href="#op-xMH6UvAiJQ" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-theoah23fu"
+                href="#op-theoah23fu" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-xMH6UvAiJQ" class="panel-body collapse">
+    <div id="op-theoah23fu" class="panel-body collapse">
 
         <p>Update a group through providing all the identifications.</p>
 
@@ -2084,14 +2084,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of updated 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>     
@@ -2102,18 +2102,18 @@
 <a name='Notifications-method'></a>
 <h2>Notifications</h2>
 
-<a name="op-NNv36bcjPY"/>
+<a name="op-icufrwozlt"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{applicationId}/devices 
-            <a data-toggle="collapse" data-target="#op-NNv36bcjPY"
-                href="#op-NNv36bcjPY" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-icufrwozlt"
+                href="#op-icufrwozlt" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-NNv36bcjPY" class="panel-body collapse">
+    <div id="op-icufrwozlt" class="panel-body collapse">
 
         <p>Create notifications for user through targeting by location and providing all the identifications.</p>
 
@@ -2145,14 +2145,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2161,18 +2161,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-NgZ9u50tmC"/>
+<a name="op-eaayzms3bs"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{applicationId}/devices/*/notifications 
-            <a data-toggle="collapse" data-target="#op-NgZ9u50tmC"
-                href="#op-NgZ9u50tmC" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-eaayzms3bs"
+                href="#op-eaayzms3bs" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-NgZ9u50tmC" class="panel-body collapse">
+    <div id="op-eaayzms3bs" class="panel-body collapse">
 
         <p>Create notifications for all devices. This request will target all device entities.</p>
 
@@ -2200,14 +2200,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2216,18 +2216,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-O74c4Dc27b"/>
+<a name="op-kd9yvryvuo"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{applicationId}/devices/{deviceId}/notifications 
-            <a data-toggle="collapse" data-target="#op-O74c4Dc27b"
-                href="#op-O74c4Dc27b" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-kd9yvryvuo"
+                href="#op-kd9yvryvuo" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-O74c4Dc27b" class="panel-body collapse">
+    <div id="op-kd9yvryvuo" class="panel-body collapse">
 
         <p>Create notifications for a single device. This request will target a specific device entity.</p>
 
@@ -2259,14 +2259,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2275,18 +2275,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-wG8IK0i2tT"/>
+<a name="op-agrod0oatq"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{applicationId}/groups/{path}/notifications 
-            <a data-toggle="collapse" data-target="#op-wG8IK0i2tT"
-                href="#op-wG8IK0i2tT" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-agrod0oatq"
+                href="#op-agrod0oatq" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-wG8IK0i2tT" class="panel-body collapse">
+    <div id="op-agrod0oatq" class="panel-body collapse">
 
         <p>Create notifications for a group. This request will target all users associated with a specific group entity.</p>
 
@@ -2318,14 +2318,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2334,18 +2334,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-S0nZNfKyl2"/>
+<a name="op-uiar9izp1w"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/notifications 
-            <a data-toggle="collapse" data-target="#op-S0nZNfKyl2"
-                href="#op-S0nZNfKyl2" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-uiar9izp1w"
+                href="#op-uiar9izp1w" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-S0nZNfKyl2" class="panel-body collapse">
+    <div id="op-uiar9izp1w" class="panel-body collapse">
 
         <p>Retrieve one or more notifications through providing all the identifications.</p>
 
@@ -2369,14 +2369,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2385,18 +2385,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-8DEOQ9kfjU"/>
+<a name="op-olgda8yl8e"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading PUT">
         <h2 class="panel-title PUT-heading">PUT /{orgId}/{applicationId}/notifications/{notificationId} 
-            <a data-toggle="collapse" data-target="#op-8DEOQ9kfjU"
-                href="#op-8DEOQ9kfjU" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-olgda8yl8e"
+                href="#op-olgda8yl8e" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-8DEOQ9kfjU" class="panel-body collapse">
+    <div id="op-olgda8yl8e" class="panel-body collapse">
 
         <p>Update a Notification in order to cancel the notifcation or set a new expiration time.</p>
 
@@ -2428,14 +2428,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An API Response object containing an entity of type Notification.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2444,18 +2444,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-aC0kSX5B8s"/>
+<a name="op-kvvxeyt4ac"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /{orgId}/{applicationId}/notifications/{notificationId} 
-            <a data-toggle="collapse" data-target="#op-aC0kSX5B8s"
-                href="#op-aC0kSX5B8s" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-kvvxeyt4ac"
+                href="#op-kvvxeyt4ac" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-aC0kSX5B8s" class="panel-body collapse">
+    <div id="op-kvvxeyt4ac" class="panel-body collapse">
 
         <p>Delete an unsent Notification from the system.</p>
 
@@ -2483,14 +2483,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: API Response containing Notification entity that was deleted.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2499,18 +2499,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-4Xtwetp0KU"/>
+<a name="op-5gnb0cdb4l"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/receipts 
-            <a data-toggle="collapse" data-target="#op-4Xtwetp0KU"
-                href="#op-4Xtwetp0KU" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-5gnb0cdb4l"
+                href="#op-5gnb0cdb4l" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-4Xtwetp0KU" class="panel-body collapse">
+    <div id="op-5gnb0cdb4l" class="panel-body collapse">
 
         <p>Retrieve one or more receipts through providing all the identifications.</p>
 
@@ -2534,14 +2534,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved receipt&#39;s info.</li>
-                        <li>Schema: [<a href="#Receipt">Receipt</a>]</li>
+                        <li>Schema: [<a href="#receipt">Receipt</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>     
@@ -2550,18 +2550,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-hW1QIhZgB5"/>
+<a name="op-aw0uwxfth7"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /{orgId}/{applicationId}/users/{userId}/notifications 
-            <a data-toggle="collapse" data-target="#op-hW1QIhZgB5"
-                href="#op-hW1QIhZgB5" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-aw0uwxfth7"
+                href="#op-aw0uwxfth7" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-hW1QIhZgB5" class="panel-body collapse">
+    <div id="op-aw0uwxfth7" class="panel-body collapse">
 
         <p>Create notifications for a user. This request will target a specific user entity.</p>
 
@@ -2593,14 +2593,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2609,18 +2609,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-eTSjnhDjNu"/>
+<a name="op-keyhzudnpa"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/{deviceId}/*/receipts 
-            <a data-toggle="collapse" data-target="#op-eTSjnhDjNu"
-                href="#op-eTSjnhDjNu" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-keyhzudnpa"
+                href="#op-keyhzudnpa" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-eTSjnhDjNu" class="panel-body collapse">
+    <div id="op-keyhzudnpa" class="panel-body collapse">
 
         <p>Retrieve receipts associated with one or more devices through providing all the identifications.</p>
 
@@ -2648,14 +2648,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved receipt&#39;s info.</li>
-                        <li>Schema: [<a href="#Receipt">Receipt</a>]</li>
+                        <li>Schema: [<a href="#receipt">Receipt</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>     
@@ -2664,18 +2664,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-yyhbsQF7wa"/>
+<a name="op-uvv9djxk0b"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/{notificationId}/*/queue 
-            <a data-toggle="collapse" data-target="#op-yyhbsQF7wa"
-                href="#op-yyhbsQF7wa" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-uvv9djxk0b"
+                href="#op-uvv9djxk0b" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-yyhbsQF7wa" class="panel-body collapse">
+    <div id="op-uvv9djxk0b" class="panel-body collapse">
 
         <p>Retrieve the list of devices associated with one or more notifications before the notifications are sent through providing all the identifications.</p>
 
@@ -2703,14 +2703,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved device&#39;s info.</li>
-                        <li>Schema: [<a href="#Device">Device</a>]</li>
+                        <li>Schema: [<a href="#device">Device</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>     
@@ -2719,18 +2719,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-u4auTY46zf"/>
+<a name="op-ncdxrkaoo0"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/{notificationId}/*/receipts 
-            <a data-toggle="collapse" data-target="#op-u4auTY46zf"
-                href="#op-u4auTY46zf" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ncdxrkaoo0"
+                href="#op-ncdxrkaoo0" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-u4auTY46zf" class="panel-body collapse">
+    <div id="op-ncdxrkaoo0" class="panel-body collapse">
 
         <p>Retrieve receipts for one or more notifications through providing all the identifications.</p>
 
@@ -2758,14 +2758,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved receipt&#39;s info.</li>
-                        <li>Schema: [<a href="#Receipt">Receipt</a>]</li>
+                        <li>Schema: [<a href="#receipt">Receipt</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>     
@@ -2774,18 +2774,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-gjVuYSXEco"/>
+<a name="op-pirmrjnltl"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /{orgId}/{applicationId}/{receiptId}/*/notifications 
-            <a data-toggle="collapse" data-target="#op-gjVuYSXEco"
-                href="#op-gjVuYSXEco" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-pirmrjnltl"
+                href="#op-pirmrjnltl" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-gjVuYSXEco" class="panel-body collapse">
+    <div id="op-pirmrjnltl" class="panel-body collapse">
 
         <p>Retrieve notifications associated with one or more receipts through providing all the identifications.</p>
 
@@ -2813,14 +2813,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved notification&#39;s info.</li>
-                        <li>Schema: [<a href="#Notification">Notification</a>]</li>
+                        <li>Schema: [<a href="#notification">Notification</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>     
@@ -2831,18 +2831,18 @@
 <a name='Organizations-Applications-method'></a>
 <h2>Organizations-Applications</h2>
 
-<a name="op-W0ze85sgr5"/>
+<a name="op-qtkpsiex1b"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /management/orgs 
-            <a data-toggle="collapse" data-target="#op-W0ze85sgr5"
-                href="#op-W0ze85sgr5" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-qtkpsiex1b"
+                href="#op-qtkpsiex1b" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-W0ze85sgr5" class="panel-body collapse">
+    <div id="op-qtkpsiex1b" class="panel-body collapse">
 
         <p>Create an organization through a form post.</p>
 
@@ -2862,14 +2862,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created Organization.</li>
-                        <li>Schema: [<a href="#Organization">Organization</a>]</li>
+                        <li>Schema: [<a href="#organization">Organization</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>     
@@ -2878,18 +2878,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-UnwMezvstn"/>
+<a name="op-0xiial2hla"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/orgs/{orgId} 
-            <a data-toggle="collapse" data-target="#op-UnwMezvstn"
-                href="#op-UnwMezvstn" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-0xiial2hla"
+                href="#op-0xiial2hla" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-UnwMezvstn" class="panel-body collapse">
+    <div id="op-0xiial2hla" class="panel-body collapse">
 
         <p>Retrieve an organization given a specified UUID or username.</p>
 
@@ -2909,14 +2909,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of created Organization.</li>
-                        <li>Schema: [<a href="#Organization">Organization</a>]</li>
+                        <li>Schema: [<a href="#organization">Organization</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>     
@@ -2925,18 +2925,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-opQwOliCay"/>
+<a name="op-x83q8zzdhu"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/orgs/{orgId}/activate 
-            <a data-toggle="collapse" data-target="#op-opQwOliCay"
-                href="#op-opQwOliCay" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-x83q8zzdhu"
+                href="#op-x83q8zzdhu" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-opQwOliCay" class="panel-body collapse">
+    <div id="op-x83q8zzdhu" class="panel-body collapse">
 
         <p>Activate an organization from a link provIded in an email notification.</p>
 
@@ -2964,14 +2964,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>     
@@ -2980,18 +2980,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-D4yiCJmiTC"/>
+<a name="op-vum0sq8sx7"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/orgs/{orgId}/apps 
-            <a data-toggle="collapse" data-target="#op-D4yiCJmiTC"
-                href="#op-D4yiCJmiTC" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-vum0sq8sx7"
+                href="#op-vum0sq8sx7" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-D4yiCJmiTC" class="panel-body collapse">
+    <div id="op-vum0sq8sx7" class="panel-body collapse">
 
         <p>Retrieve the applications in an organization through providing both Id of application and organization.</p>
 
@@ -3011,14 +3011,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved application data.</li>
-                        <li>Schema: [<a href="#AppData">AppData</a>]</li>
+                        <li>Schema: [<a href="#appdata">AppData</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>     
@@ -3027,18 +3027,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-FEhXoTZwDz"/>
+<a name="op-ggjkvsmyl6"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading DELETE">
         <h2 class="panel-title DELETE-heading">DELETE /management/orgs/{orgId}/apps/{appId} 
-            <a data-toggle="collapse" data-target="#op-FEhXoTZwDz"
-                href="#op-FEhXoTZwDz" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-ggjkvsmyl6"
+                href="#op-ggjkvsmyl6" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-FEhXoTZwDz" class="panel-body collapse">
+    <div id="op-ggjkvsmyl6" class="panel-body collapse">
 
         <p>Remove an application from an organization through providing both Id of application and organization.</p>
 
@@ -3062,14 +3062,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of deleted application info.</li>
-                        <li>Schema: [<a href="#AppData">AppData</a>]</li>
+                        <li>Schema: [<a href="#appdata">AppData</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>     
@@ -3078,18 +3078,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-4joizUedFL"/>
+<a name="op-cp7szqktjh"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading GET">
         <h2 class="panel-title GET-heading">GET /management/orgs/{orgId}/apps/{appId}/credentials 
-            <a data-toggle="collapse" data-target="#op-4joizUedFL"
-                href="#op-4joizUedFL" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-cp7szqktjh"
+                href="#op-cp7szqktjh" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-4joizUedFL" class="panel-body collapse">
+    <div id="op-cp7szqktjh" class="panel-body collapse">
 
         <p>Retrieve the client Id and client secret credentials for an application in an organization.</p>
 
@@ -3113,14 +3113,14 @@
                     <b>200</b>
                     <ul>
                         <li>Description: An array of retrieved credentials info.</li>
-                        <li>Schema: [<a href="#Credential">Credential</a>]</li>
+                        <li>Schema: [<a href="#credential">Credential</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>     
@@ -3129,18 +3129,18 @@
     <!--<div class="panel-footer"></div>-->
 </div>
 
-<a name="op-961ASlc5BR"/>
+<a name="op-mh1t539dpp"/>
 
 <div class="panel panel-default">
     
     <div class="panel-heading POST">
         <h2 class="panel-title POST-heading">POST /management/orgs/{orgId}/apps/{appId}/credentials 
-            <a data-toggle="collapse" data-target="#op-961ASlc5BR"
-                href="#op-961ASlc5BR" class="collapsed collapse-button"> </a>
+            <a data-toggle="collapse" data-target="#op-mh1t539dpp"
+                href="#op-mh1t539dpp" class="collapsed collapse-button"> </a>
         </h2>
     </div>
     
-    <div id="op-961ASlc5BR" class="panel-body collapse">
+    <div id="op-mh1t539dpp" class="panel-body collapse">
 
         <p>Generate the client Id and client secret credentials for an application in an organization.</p>
 
@@ -3164,14 +3164,14 @@
                     <b>200</b>
                     <ul>
                         <li>

<TRUNCATED>

[3/3] usergrid git commit: Cherry pick: Remove operation cross references from Markdown representation as Sphinx will not allow me to set anchors.

Posted by sn...@apache.org.
Cherry pick: Remove operation cross references from Markdown representation as Sphinx will not allow me to set anchors.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/2303eeac
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/2303eeac
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/2303eeac

Branch: refs/heads/two-dot-o-dev
Commit: 2303eeac8de62bd74ea88cbce07b9f55dfb3e98a
Parents: 7318607
Author: Dave Johnson <sn...@apache.org>
Authored: Tue Aug 25 12:31:03 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Tue Aug 25 14:40:31 2015 -0400

----------------------------------------------------------------------
 docs/rest-endpoints/api-docs.html               | 1032 +++++++++---------
 docs/rest-endpoints/api-docs.md                 |  653 +++++------
 .../main/groovy/usergrid/ApiDocGenerator.groovy |    6 +-
 docs/src/main/resources/markdown/model.mustache |    9 -
 .../main/resources/markdown/operation.mustache  |    2 +
 5 files changed, 814 insertions(+), 888 deletions(-)
----------------------------------------------------------------------