Skip to content

Commit

Permalink
[api2] #119 python-copr client_v2 BuildHandler limits builds to the 1…
Browse files Browse the repository at this point in the history
…00 most recent builds
  • Loading branch information
clime committed Sep 1, 2017
1 parent e81ec69 commit e5adbd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/docs/api_2/source/Resources/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ List builds
:query str owner: select only builds from projects owned by this user
:query str project_id: select only projects owned by this project
:query int offset: offset number, default value is 0
:query int limit: limit number, default value is 100
:query int limit: limit number between 1 and 100, default value is 100

:statuscode 200: no error

Expand Down
2 changes: 1 addition & 1 deletion frontend/docs/api_2/source/Resources/build_task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ List build tasks
``pending``, ``starting``, ``importing``

:query int offset: offset number, default value is 0
:query int limit: limit number, default value is 100
:query int limit: limit number between 1 and 100, default value is 100

:statuscode 200: no error
:statuscode 404: build not found
Expand Down

0 comments on commit e5adbd7

Please sign in to comment.