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/07/31 17:38:06 UTC

incubator-usergrid git commit: Fixing invalid bits of Usergrid's swagger file.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/ug2-doc-update d3f778be8 -> 53d87d04b


Fixing invalid bits of Usergrid's swagger file.


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

Branch: refs/heads/ug2-doc-update
Commit: 53d87d04bfb2aaec7fc1085ea4f3d62b774f7744
Parents: d3f778b
Author: Dave Johnson <sn...@apache.org>
Authored: Fri Jul 31 11:37:49 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Fri Jul 31 11:37:49 2015 -0400

----------------------------------------------------------------------
 docs/pom.xml               | 6 ------
 docs/usergrid-swagger.yaml | 6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/53d87d04/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 17073dc..5d0a07b 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -48,12 +48,6 @@
             <version>1.0.8</version>
         </dependency>
 
-        <!--<dependency>-->
-            <!--<groupId>com.wordnik</groupId>-->
-            <!--<artifactId>swagger-codegen-distribution</artifactId>-->
-            <!--<version>2.1.2-M1</version>-->
-        <!--</dependency>-->
-
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/53d87d04/docs/usergrid-swagger.yaml
----------------------------------------------------------------------
diff --git a/docs/usergrid-swagger.yaml b/docs/usergrid-swagger.yaml
index 729c049..0e20ee2 100644
--- a/docs/usergrid-swagger.yaml
+++ b/docs/usergrid-swagger.yaml
@@ -1,4 +1,4 @@
-swagger: 2
+swagger: "2.0"
 info:
   title: Usergrid API
   description:  "Usergrid API"
@@ -127,7 +127,7 @@ paths:
   management/users/{userId}/activate:
     get:
       summary: "Activating an admin user."
-      description: "Activate an admin user from a link provIded in an email notification. The complete request URL should be GET /management/organizations/{org}/users/{user|username|email|UUID}/activate?token={token}&confirm={confirm_email}."
+      description: "Activate an admin user from a link provIded in an email notification."
       parameters:
         - $ref: "#/parameters/userId"
         - name: token
@@ -2204,7 +2204,7 @@ definitions:
         type: string
         description:  "The status of the requested action."
       timestamp:
-        type: numebr
+        type: number
         description:  "The timestamp of the requested action."
         format: int32
       duration: