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