Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 17, 2021
1 parent 3154276 commit a566d60
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 a566d60

Please sign in to comment.