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
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: