Skip to content

Issue when trying post body params #27

Description

@fbalarini

Hello @zuzannast!

I'm using your gem to an internal project and I'm having the following issue: When I "try out" a post to an endpoint is not taking into account the information I added to the field.

Please find below more data to reproduce the issue:

  /employers/login:
    post:
      operationId: "loginEmployerAccount"
      parameters:
      - in: "body"
        name: user
        description: "logs in an employer user "
        schema:
          type: "object"
          properties:
            email:
              type: "string"
            password:
              type: "string"
            device_id:
              type: "string"
      responses:
        200:
          description: "successful operation"
          headers:
            APIKeyHeader:
              type: string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions