From 31603442eeb5672b5059e4c57b8b6fae74491b36 Mon Sep 17 00:00:00 2001 From: Nathan Shields Date: Fri, 1 Sep 2023 15:57:43 -0400 Subject: [PATCH] Add missing enum values --- api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index d6a41b48..c2254374 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -24049,6 +24049,7 @@ components: - CouponPartOfNotTriggeredCampaign - CouponReservationRequired - ProfileRequired + - CouponLimitReached example: CouponNotFound type: string required: @@ -24083,6 +24084,7 @@ components: - ReferralRejectedByCondition - EffectCouldNotBeApplied - ReferralPartOfNotTriggeredCampaign + - ReferralCustomerAlreadyReferred example: ReferralNotFound type: string required: