Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from CMS4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2025
1 parent f2fde64 commit 7fe649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ info:
order:create | Order creation event | Number (`code`) of order
order:delete | Order deleting event | Number (`code`) of order
order:update | Order change event. Throws `409 Conflict` when try to register simultaneously with `order:cancel` | Number (`code`) of order
orderHistoryRemarks:change | Order history remarks have been changed. Emitted when order remark is created or deleted | Order `ID`
orderStatusesList:change | Order status list change event. Emitted when order status is created, updated or deleted | Order status `ID`
paymentMethod:change | Payment method change event | Payment method GUID
proformaInvoice:create | Proforma invoice creation event | Number (`code`) of proforma invoice
Expand Down Expand Up @@ -11513,7 +11514,6 @@ paths:
properties:
giftCodes:
type: array
minItems: 1
maxItems: 50
description: 'array of gift codes.'
items:
Expand Down

0 comments on commit 7fe649e

Please sign in to comment.