Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Merge branch 'DATAPIPE-1857_bowu_add_pagination_to_the_get_sources_by…
Browse files Browse the repository at this point in the history
…_namespace_to_schematizer'
  • Loading branch information
bowu5 committed Nov 1, 2016
2 parents 4265c6f + 70d0201 commit 179d73d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api_docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,20 @@
"name": "namespace",
"required": true,
"type": "string"
},
{
"description": "Maximum number of sources to retrieve.",
"in": "query",
"name": "count",
"required": false,
"type": "integer"
},
{
"description": "Limits results to those sources with an id greater than or equal to given min_id.",
"in": "query",
"name": "min_id",
"required": false,
"type": "integer"
}
],
"produces": [
Expand Down
14 changes: 14 additions & 0 deletions api_docs/v1/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
"paramType": "path",
"required": true,
"type": "string"
},
{
"description": "Maximum number of sources to retrieve.",
"name": "count",
"paramType": "query",
"required": false,
"type": "integer"
},
{
"description": "Limits results to those sources with an id greater than or equal to given min_id.",
"name": "min_id",
"paramType": "query",
"required": false,
"type": "integer"
}
],
"responseMessages": [
Expand Down

0 comments on commit 179d73d

Please sign in to comment.