From c7d29d78556c50f4d650d92dad4dec8ceb477f44 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 28 Jun 2021 17:42:12 -0400 Subject: [PATCH] add allOf ref this prevents the Gatsby build from breaking. Not sure if it makes sense to add it back in. --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 374d2138d..d8e93ee55 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -566,7 +566,8 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreditCard' + allOf: + - $ref: '#/components/schemas/CreditCard' responses: '200': description: Credit Card updated.