From 17966c2ce11830f9f165309fc9fcae8e9439a011 Mon Sep 17 00:00:00 2001 From: Alexander Shkarpetin Date: Wed, 20 Mar 2024 18:45:05 +0600 Subject: [PATCH] Rename Subscription endTime to churnTime (#1836) --- openapi/components/schemas/StorefrontSubscription.yaml | 4 ++-- openapi/components/schemas/Subscription.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/components/schemas/StorefrontSubscription.yaml b/openapi/components/schemas/StorefrontSubscription.yaml index abf83996b3..f41df9257c 100644 --- a/openapi/components/schemas/StorefrontSubscription.yaml +++ b/openapi/components/schemas/StorefrontSubscription.yaml @@ -292,8 +292,8 @@ properties: x-basic: true example: null format: date-time - endTime: - description: Date and time when the subscription ends. + churnTime: + description: Date and time when the subscription is deactivated. x-sortable: true type: string format: date-time diff --git a/openapi/components/schemas/Subscription.yaml b/openapi/components/schemas/Subscription.yaml index 7d33ee5547..5e6d21c4dc 100644 --- a/openapi/components/schemas/Subscription.yaml +++ b/openapi/components/schemas/Subscription.yaml @@ -163,8 +163,8 @@ properties: x-basic: true example: null format: date-time - endTime: - description: Date and time when the subscription ends. + churnTime: + description: Date and time when the subscription is deactivated. x-sortable: true type: - 'string'