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
For example, when ingesting the PostHog OpenAPI spec, the QueryCreate operation's body property description describes the reference rather than the actual request schema.
"body": {
"description": "Request body. Must match: {\"$ref\":\"#/components/schemas/QueryRequest\"}"
}
The text was updated successfully, but these errors were encountered:
For example, when ingesting the PostHog OpenAPI spec, the
QueryCreate
operation'sbody
property description describes the reference rather than the actual request schema.The text was updated successfully, but these errors were encountered: