Merge pull request #8307 from cirosantilli/project-api-comment-typo
Typo in project API events comment
This commit is contained in:
commit
ec29ce4b02
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ module API
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# id (required) - The ID of a project
|
# id (required) - The ID of a project
|
||||||
# Example Request:
|
# Example Request:
|
||||||
# GET /projects/:id
|
# GET /projects/:id/events
|
||||||
get ":id/events" do
|
get ":id/events" do
|
||||||
limit = (params[:per_page] || 20).to_i
|
limit = (params[:per_page] || 20).to_i
|
||||||
offset = (params[:page] || 0).to_i * limit
|
offset = (params[:page] || 0).to_i * limit
|
||||||
|
|
Loading…
Reference in a new issue