diff --git a/openapi.yaml b/openapi.yaml index 736bdcbe7..a041cbe92 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.97.0 + version: 4.97.1 title: Linode API description: | @@ -566,7 +566,8 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreditCard' + allOf: + - $ref: '#/components/schemas/CreditCard' responses: '200': description: Credit Card updated.