From f199d4b9b3b7467aa1e3bd5c077124160a3354ff Mon Sep 17 00:00:00 2001 From: Derek Honerlaw Date: Sat, 30 Nov 2024 20:23:57 -0500 Subject: [PATCH] fix: formfields should be camel case for reset password (e.g. formFields instead). This broke codegen why trying to generate directly from the spec deployed on swaggerhub --- api_spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_spec.yaml b/api_spec.yaml index 4f3c4a1..4f1517d 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -1172,7 +1172,7 @@ paths: properties: method: $ref: '#/components/schemas/method' - formfields: + formFields: $ref: '#/components/schemas/formFields' token: $ref: '#/components/schemas/token'