2025-05-02 09:25:27 +02:00
|
|
|
Generated from template: ${meta.templateFile}
|
|
|
|
|
2025-04-13 08:56:47 +02:00
|
|
|
<#list endpoints as endpoint>
|
|
|
|
<#list endpoint.paths.paths>
|
|
|
|
<#items as segment>/${segment}</#items>
|
|
|
|
Input:
|
|
|
|
${endpoint.inputType?cap_first}
|
|
|
|
Output:
|
|
|
|
<#if endpoint.outputType.isPresent()>
|
|
|
|
${endpoint.outputType.get()?cap_first}
|
|
|
|
<#else>
|
|
|
|
Not specified
|
|
|
|
</#if>
|
|
|
|
</#list>
|
|
|
|
|
|
|
|
</#list>
|