Skip to content

Commit

Permalink
fixes #12
Browse files Browse the repository at this point in the history
adds cursor parameter to GET collections request
  • Loading branch information
balmas committed Jul 31, 2017
1 parent eb006a3 commit def4c4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
"description": "Filter response by the ownership property of the collection",
"type": "string",
"collectionFormat": "multi"
},
{
"name": "cursor",
"in": "query",
"description": "cursor for iterating a prior response to this query",
"type": "string"
}
],
"tags": [
Expand Down
4 changes: 4 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ paths:
description: Filter response by the ownership property of the collection
type: string
collectionFormat: multi
- name: cursor
in: query
description: cursor for iterating a prior response to this query
type: string
tags:
- Collections
responses:
Expand Down

0 comments on commit def4c4d

Please sign in to comment.