ruby-grape / grape-swagger

Add OAPI/swagger v2.0 compliant documentation to your grape API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize heading and order

Melissasat opened this issue · comments

Hello ! I can't find in the documentation how to customize the heading "Operation about ...".
I would also like to be able to choose the order of the models, by default it is in alphabetical order.
Thank you !

  1. this will be done with the detail
  2. ordering … mmh, its a JSON, before on grape-swagger side, its a Hash, so how should it be ordered?
    (IMHO it should be done by the documentation consumer (swagger-ui, redoc, etc))