Skip to content

Commit

Permalink
Merge pull request #112 from freee/feature/update_schema_files_2021-0…
Browse files Browse the repository at this point in the history
…8-17-09-14

Update schema files
  • Loading branch information
soga-yuichi authored Aug 17, 2021
2 parents 3154276 + a566d60 commit 89ef62e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,22 @@
"maximum": 2147483647
}
},
{
"name": "start_update_date",
"in": "query",
"description": "更新日で絞り込み:開始日(yyyy-mm-dd)",
"schema": {
"type": "string"
}
},
{
"name": "end_update_date",
"in": "query",
"description": "更新日で絞り込み:終了日(yyyy-mm-dd)",
"schema": {
"type": "string"
}
},
{
"name": "offset",
"in": "query",
Expand Down
10 changes: 10 additions & 0 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5632,6 +5632,16 @@ paths:
maximum: 2147483647
minimum: 1
type: integer
- description: 更新日で絞り込み:開始日(yyyy-mm-dd)
in: query
name: start_update_date
schema:
type: string
- description: 更新日で絞り込み:終了日(yyyy-mm-dd)
in: query
name: end_update_date
schema:
type: string
- description: '取得レコードのオフセット (デフォルト: 0)'
in: query
name: offset
Expand Down

0 comments on commit 89ef62e

Please sign in to comment.