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
This comes from the default used version of redoc being rather old. As suggested by #39 it is possible to manually override it by adding this in your configuration file :
Hi!
I used OpenAPI 3.0.1,
I have a warning for parametres with type "integer", "string" and etc:
No "type" specified at "/paths/~1test/post/parameters/0". Automatically detected: "object"
For examle:
- name: projectId in: query required: true schema: type: integer format: int64
The text was updated successfully, but these errors were encountered: