@@ -5,7 +5,7 @@ All URIs are relative to *{{basePath}}*
55
66| Method | HTTP request | Description |
77| ------------- | ------------- | ------------- |
8- { {#operations} }{ {#operation} }| [**{ {operationId} }**]({ {classname} }.md#{ {operationId} }) | **{ {httpMethod} }** { {path} } | { {summary } } |
8+ { {#operations} }{ {#operation} }| [**{ {operationId} }**]({ {classname} }.md#{ {operationId} }) | **{ {httpMethod} }** { {path} } | { {{unescapedSummary } }} |
99{ {/operation} }{ {/operations} }
1010
1111{ {#operations} }
@@ -14,9 +14,9 @@ All URIs are relative to *{{basePath}}*
1414# **{ {operationId} }**
1515> { {#returnType} }{ {.} }{ {#nullableReturnType} }?{ {/nullableReturnType} } { {/returnType} }{ {operationId} }({ {#allParams} }{ {{paramName} }}{ {^-last} }, { {/-last} }{ {/allParams} })
1616
17- { {summary } } { {#notes } }
17+ { {{unescapedSummary } }} { {#unescapedNotes } }
1818
19- { {. } } { {/notes } }
19+ { {{unescapedNotes } }} { {/unescapedNotes } }
2020
2121### Example
2222```kotlin
@@ -27,7 +27,7 @@ All URIs are relative to *{{basePath}}*
2727{ {! TODO: Auth method documentation examples} }
2828val apiInstance = { {{classname} }}()
2929{ {#allParams} }
30- val { {{paramName} }} : { {{dataType} }} = { {{example} }} // { {{dataType} }} | { {{description } }}
30+ val { {{paramName} }} : { {{dataType} }} = { {{example} }} // { {{dataType} }} | { {{unescapedDescription } }}
3131{ {/allParams} }
3232try {
3333 {{#returnType} }val result : { {{returnType} }}{ {#nullableReturnType} }?{ {/nullableReturnType} } = { {/returnType} }apiInstance.{ {{operationId} }}({ {#allParams} }{ {{paramName} }}{ {^-last} }, { {/-last} }{ {/allParams} }){ {#returnType} }
@@ -50,7 +50,7 @@ This endpoint does not need any parameter.
5050| Name | Type | Description | Notes |
5151| ------------- | ------------- | ------------- | ------------- |
5252{ {/-last} }
53- | **{ {paramName} }** | { {#isPrimitiveType} }**{ {dataType} }**{ {/isPrimitiveType} }{ {^isPrimitiveType} }{ {#isFile} }**{ {dataType} }**{ {/isFile} }{ {^isFile} }{ {#generateModelDocs} }[**{ {dataType} }**]({ {baseType} }.md){ {/generateModelDocs} }{ {^generateModelDocs} }**{ {dataType} }**{ {/generateModelDocs} }{ {/isFile} }{ {/isPrimitiveType} }| { {description } } |{ {^required} } [optional]{ {/required} }{ {#defaultValue} } [default to { {. } }]{ {/defaultValue} }{ {#allowableValues} } [enum: { {#values} }{ {{.} }}{ {^-last} }, { {/-last} }{ {/values} }]{ {/allowableValues} } |
53+ | **{ {paramName} }** | { {#isPrimitiveType} }**{ {dataType} }**{ {/isPrimitiveType} }{ {^isPrimitiveType} }{ {#isFile} }**{ {dataType} }**{ {/isFile} }{ {^isFile} }{ {#generateModelDocs} }[**{ {dataType} }**]({ {baseType} }.md){ {/generateModelDocs} }{ {^generateModelDocs} }**{ {dataType} }**{ {/generateModelDocs} }{ {/isFile} }{ {/isPrimitiveType} }| { {{unescapedDescription } }} |{ {^required} } [optional]{ {/required} }{ {#defaultValue} } [default to { {{. } }}]{ {/defaultValue} }{ {#allowableValues} } [enum: { {#values} }{ {{.} }}{ {^-last} }, { {/-last} }{ {/values} }]{ {/allowableValues} } |
5454{ {/allParams} }
5555
5656### Return type
0 commit comments