Skip to content

Commit

Permalink
update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
nezha90 committed May 15, 2024
1 parent 09d7502 commit b360368
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19273,12 +19273,14 @@ paths:
type: object
properties:
voucher:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
type: array
items:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
pagination:
type: object
properties:
Expand Down Expand Up @@ -19395,12 +19397,14 @@ paths:
type: object
properties:
voucher:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
type: array
items:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
pagination:
type: object
properties:
Expand Down Expand Up @@ -27822,12 +27826,14 @@ definitions:
type: object
properties:
voucher:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
type: array
items:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
pagination:
type: object
properties:
Expand Down Expand Up @@ -27858,12 +27864,14 @@ definitions:
type: object
properties:
voucher:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
type: array
items:
type: object
properties:
amounts:
type: string
beneficiary:
type: string
pagination:
type: object
properties:
Expand Down

0 comments on commit b360368

Please sign in to comment.