diff --git a/src/document/openapi/cn/document.yml b/src/document/openapi/cn/document.yml index 05391c780..14a18debc 100644 --- a/src/document/openapi/cn/document.yml +++ b/src/document/openapi/cn/document.yml @@ -495,6 +495,8 @@ paths: allOf: - $ref: 'components_order.yml#/orderWithChannel' - type: object + required: + - customer_id properties: appid: type: string diff --git a/src/document/openapi/en/document.yml b/src/document/openapi/en/document.yml index 09e5846c4..77ff7a767 100644 --- a/src/document/openapi/en/document.yml +++ b/src/document/openapi/en/document.yml @@ -506,6 +506,8 @@ paths: allOf: - $ref: 'components_order.yml#/orderWithChannel' - type: object + required: + - customer_id properties: appid: type: string