Skip to content

Commit e7eb2db

Browse files
xflordHejdaJakub
authored andcommitted
fix: added jdocs for useNon parameter
* added description for the useNon parameter in services * changes will be visible after next openapi generation
1 parent 2e8007f commit e7eb2db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.openapi-generator/templates/api.service.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export class {{classname}} {
158158
* @param requestParameters
159159
{{/allParams.0}}
160160
{{/useSingleRequestParameter}}
161+
* @param useNon if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...).
161162
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
162163
* @param reportProgress flag to report request and response progress.
163164
{{#isDeprecated}}

0 commit comments

Comments
 (0)