Is it possible to make the box bigger on Swagger UI?

119 views Asked by At

Environment

  • Python 3.11.6
  • flask 2.2.5
  • connexion 2.14.2
  • swagger-ui-bundle 0.0.9 (installed by pip install connexion[swagger])

Problem

I would like to know how to make this box bigger. I checked Swagger UI website (e.g. https://swagger.io/docs/specification/data-models/data-types/), but didn't find a good solution.

Swagger UI

Part of code

parameters:
  id:
    name: "id"
    description: "Very loooooooooooooooog ID"
    in: path
    required: True
    schema:
      type: "string"
0

There are 0 answers