Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9717,7 +9717,8 @@ paths:
schema:
"$ref": "#/components/schemas/Error"
'422':
description: Invalid request parameters.
description: Invalid request parameters. Check that redeem_by_interval_unit
and redeem_by_interval_amount are consistent with the coupon type.
content:
application/json:
schema:
Expand Down Expand Up @@ -10292,7 +10293,8 @@ paths:
schema:
"$ref": "#/components/schemas/Error"
'422':
description: Invalid request parameters
description: Invalid request parameters. Check that redeem_by_interval_unit
and redeem_by_interval_amount are consistent with the coupon type.
content:
application/json:
schema:
Expand Down
Loading