Skip to content

Commit

Permalink
[APITEAM-3273]payment_idの最大,typeを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
soga-yuichi committed Mar 23, 2021
1 parent 058e083 commit 3cc9c9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3000,9 +3000,10 @@ paths:
name: payment_id
required: true
schema:
maximum: 2147483647
maximum: 9223372036854775807
minimum: 1
type: integer
format: int64
- description: 事業所ID
in: query
name: company_id
Expand Down Expand Up @@ -3092,9 +3093,10 @@ paths:
name: payment_id
required: true
schema:
maximum: 2147483647
maximum: 9223372036854775807
minimum: 1
type: integer
format: int64
responses:
'200':
content:
Expand Down

0 comments on commit 3cc9c9b

Please sign in to comment.