Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post requestBody not showing/generating #46

Open
diegofloresgonzales opened this issue Aug 2, 2023 · 0 comments
Open

Post requestBody not showing/generating #46

diegofloresgonzales opened this issue Aug 2, 2023 · 0 comments

Comments

@diegofloresgonzales
Copy link

diegofloresgonzales commented Aug 2, 2023

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
imagen

endpoints:
    createPerson:
      summary: Crear personaje
      description: 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

imagen

@diegofloresgonzales diegofloresgonzales changed the title Post parameters Post requestBody not showing/generating Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant