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 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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: