Open d9k opened 1 year ago
Please provide path to the missing node in the error message
ok, I debugged with VS Code
the problem line:
responses["200"]["x-codegen-request-body-name"]
No 200
code in my responses, just 201
(Created
)...
opened MR #5
I know what you're talking about. I'll let you.
I added
x-codegen-request-body-name
andoperationId
to myopenapi.yaml
file but still getting errors. Last error wasCannot read property 'x-codegen-request-body-name' of undefined
.Too little error context to solve it, unfortunately.