Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Adding some season and date parameters to /standings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Feb 16, 2018
1 parent 001b59a commit 49db77a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions nhl/nhl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,23 @@ paths:
operationId: getStandings
tags:
- standings
parameters:
- name: season
in: query
required: false
schema:
type: string
format: date
example: "20032004"
description: "Standings for a specified season."
- name: date
in: query
required: false
schema:
type: string
format: date
example: "2018-01-09"
description: "Standings on a specified date."
responses:
200:
description: OK
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"speccy": "^0.2.2"
"speccy": "^0.3.1"
}
}

0 comments on commit 49db77a

Please sign in to comment.