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
The OpenAPI spec defines a boolean type parameter:
parameters:
- name: redirect
in: query
required: false
description: Whether or not to do a redirect. >
If true the response will contain 302 Status and a Location header with new URL.
schema:
type: boolean
when I call {{ADDRESS}}/v2/translate/some-id?redirect=false I get the error:
The OpenAPI spec defines a boolean type parameter:
when I call {{ADDRESS}}/v2/translate/some-id?redirect=false I get the error:
The text was updated successfully, but these errors were encountered: