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.