Swagger-codegen: How can I change text header and text links of left side of html2 version

Created on 22 May 2017  路  3Comments  路  Source: swagger-api/swagger-codegen

Hi,

How can I change text header and text links in position 1 and 2 specified in this picture:

image

Thanks

HTML Question

All 3 comments

@NabiKAZ You can change API group name (CONVERSATION in 1) by using tags in operation section and also can change operations' names in 2 by using operationId in each operation.

@taxpon Thanks.
1) I use tags, but I see API METHOD - prefix for all sections!
2) I set Get Comments for operationId but appears get Comments !
3) And so the comments and schema can not be loaded after I set operationId (contain space).

And also I have general problem with show securityDefinitions section in html generated.

I thinks this module is very poor, and I switch to https://github.com/Rebilly/ReDoc

You can also customize the templates using the -t option: https://github.com/swagger-api/swagger-codegen/wiki/FAQ#how-can-i-customize-the-template-to-add-headerfooter-to-the-auto-generated-code

Was this page helpful?
0 / 5 - 0 ratings