Skip to content

Commit

Permalink
Merge pull request #135 from freee/feature/update_schema_files_2022-0…
Browse files Browse the repository at this point in the history
…2-09-06-13

Update schema files
  • Loading branch information
Jun Himoto authored Feb 9, 2022
2 parents a046d3b + 1ffa022 commit d584fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29962,8 +29962,8 @@
"status": {
"type": "integer",
"minimum": 1,
"maximum": 4,
"description": "明細のステータス(消込待ち: 1, 消込済み: 2, 無視: 3, 消込中: 4)"
"maximum": 6,
"description": "明細のステータス(消込待ち: 1, 消込済み: 2, 無視: 3, 消込中: 4, 対象外: 6)"
},
"rule_matched": {
"type": "boolean",
Expand Down
4 changes: 2 additions & 2 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31657,8 +31657,8 @@ components:
example: true
type: boolean
status:
description: '明細のステータス(消込待ち: 1, 消込済み: 2, 無視: 3, 消込中: 4)'
maximum: 4
description: '明細のステータス(消込待ち: 1, 消込済み: 2, 無視: 3, 消込中: 4, 対象外: 6)'
maximum: 6
minimum: 1
type: integer
walletable_id:
Expand Down

0 comments on commit d584fd6

Please sign in to comment.