You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/08/13 22:02:03 UTC

[09/11] allura git commit: [#6797] remove unused traits. Change examples in 'pageable' since it was starting on page 2 isn't very helpful :)

[#6797] remove unused traits.  Change examples in 'pageable' since it was starting on page 2 isn't very helpful :)


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/7b4eb92b
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/7b4eb92b
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/7b4eb92b

Branch: refs/heads/db/6797
Commit: 7b4eb92b19fe22257b2bd301df9c3c5bbe4766f4
Parents: 8eac69c
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Aug 13 14:40:13 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Aug 13 14:40:13 2015 -0400

----------------------------------------------------------------------
 Allura/docs/api-rest/traits.yaml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/7b4eb92b/Allura/docs/api-rest/traits.yaml
----------------------------------------------------------------------
diff --git a/Allura/docs/api-rest/traits.yaml b/Allura/docs/api-rest/traits.yaml
index 40b39e3..2b45b71 100755
--- a/Allura/docs/api-rest/traits.yaml
+++ b/Allura/docs/api-rest/traits.yaml
@@ -20,25 +20,17 @@
 - pageable:
     queryParameters:
       page:
-        description: Skip over a number of elements by specifying an offset value for the query
+        description: Skip over a number of elements by specifying a starting page
         type: integer
         required: false
-        example: 2
+        example: 0
         default: 0
       limit:
-        description: Limit the number of elements on the response
+        description: Limit the number of elements on the response "page"
         type: integer
         required: false
-        example: 5
+        example: 10
         default: 10
-- paged:
-    queryParameters:
-      numPages:
-        description: The number of pages to return
-- rateLimited:
-    queryParameters:
-      numPages:
-        description: The number of pages to return, not to exceed <<maxPages>>
 - permissionTestable:
     description: |
       **Endpoints**