From 089ee5c0e083c85c05ebd3a173d89388f2e880c4 Mon Sep 17 00:00:00 2001 From: Tornike Nanobashvili Date: Fri, 29 Mar 2024 18:57:28 +0400 Subject: [PATCH] Update orderId description (#1853) * Update orderId description * Resolve feedback * Update orderId description based on feedback --- openapi/components/schemas/Invoice.yaml | 2 +- openapi/components/schemas/OneTimeSale.yaml | 2 +- openapi/components/schemas/StorefrontInvoice.yaml | 2 +- openapi/components/schemas/Subscription.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/components/schemas/Invoice.yaml b/openapi/components/schemas/Invoice.yaml index c6ac6943c2..ae3e8a6b7f 100644 --- a/openapi/components/schemas/Invoice.yaml +++ b/openapi/components/schemas/Invoice.yaml @@ -17,7 +17,7 @@ properties: type: integer x-basic: true orderId: - description: ID of the order. + description: ID of the order (experimental). readOnly: true example: ord_01GYJPRKHBD6ZYHH897QCJMBS4 type: diff --git a/openapi/components/schemas/OneTimeSale.yaml b/openapi/components/schemas/OneTimeSale.yaml index ecb9019e83..457237d0cd 100644 --- a/openapi/components/schemas/OneTimeSale.yaml +++ b/openapi/components/schemas/OneTimeSale.yaml @@ -13,7 +13,7 @@ properties: example: ord_01GYJPRKHBD6ZYHH897QCJMBS4 orderId: type: string - description: ID of the order. + description: ID of the order (experimental). readOnly: true maxLength: 50 example: ord_01GYJPRKHBD6ZYHH897QCJMBS4 diff --git a/openapi/components/schemas/StorefrontInvoice.yaml b/openapi/components/schemas/StorefrontInvoice.yaml index f4753ed157..1011c63bee 100644 --- a/openapi/components/schemas/StorefrontInvoice.yaml +++ b/openapi/components/schemas/StorefrontInvoice.yaml @@ -13,7 +13,7 @@ properties: type: integer x-basic: true orderId: - description: ID of the order. + description: ID of the order (experimental). readOnly: true example: ord_01GYJPRKHBD6ZYHH897QCJMBS4 type: diff --git a/openapi/components/schemas/Subscription.yaml b/openapi/components/schemas/Subscription.yaml index 8f5f02e520..df058269e2 100644 --- a/openapi/components/schemas/Subscription.yaml +++ b/openapi/components/schemas/Subscription.yaml @@ -13,7 +13,7 @@ properties: example: ord_01GYJPRKHBD6ZYHH897QCJMBS4 orderId: type: string - description: ID of the order. + description: ID of the order (experimental). readOnly: true maxLength: 50 example: ord_01GYJPRKHBD6ZYHH897QCJMBS4