File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/perl
samples/client/petstore/perl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,9 +312,10 @@ Class | Method | HTTP request | Description
312312{ {/model} }{ {/models} }
313313
314314# DOCUMENTATION FOR AUTHORIZATION
315- { {^authMethods} } All endpoints do not require authorization.
316- { {/authMethods} }{ {#authMethods} }{ {#last} } Authentication schemes defined for the API:{ {/last} }{ {/authMethods} }
317- { {#authMethods} }## { {{name} }}
315+ { {^authMethods} }Endpoints do not require authorization.{ {/authMethods} }
316+ { {#hasAuthMethods} }Authentication schemes defined for the API:{ {/hasAuthMethods} }
317+ { {#authMethods} }
318+ ## { {{name} }}
318319
319320{ {#isApiKey} }- **Type**: API key
320321- **API key parameter name**: { {{keyParamName} }}
Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ Class | Method | HTTP request | Description
480480
481481# DOCUMENTATION FOR AUTHORIZATION
482482
483+ Authentication schemes defined for the API:
483484# # petstore_auth
484485
485486- **Type**: OAuth
You can’t perform that action at this time.
0 commit comments