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
What happened?
When adding a new key to the operation autocompletes added too much spaces.
What should have happened instead?
Screen.Recording.2022-09-16.at.12.20.06.mov
Minimal reproducible OpenAPI snippet
/user:
post:
tags:
- usersummary: Create userdescription: This can only be done by the logged in user.operationId: createUserresponses:
default:
description: successful operationrequestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/User'description: Created user objectrequired: true
The text was updated successfully, but these errors were encountered:
What happened?
When adding a new key to the operation autocompletes added too much spaces.
What should have happened instead?
Screen.Recording.2022-09-16.at.12.20.06.mov
Minimal reproducible OpenAPI snippet
The text was updated successfully, but these errors were encountered: