You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add request body here for my post endpoint, I cannot, I have tried requestBody property and nothing.
As seen in the picture I've been able to add it manually in the json output but not from the yml config file
endpoints:
createPerson:
summary: Crear personajedescription: Crea un personaje nuevo en la BD.requestBody:
description: "Body param"requestModels:
application/json: RequestObject
Basically this object is not being generated I have to add it manually for it to work
The text was updated successfully, but these errors were encountered:
I'm trying to add request body here for my post endpoint, I cannot, I have tried requestBody property and nothing.
As seen in the picture I've been able to add it manually in the json output but not from the yml config file
Basically this object is not being generated I have to add it manually for it to work
The text was updated successfully, but these errors were encountered: