@@ -2235,6 +2235,14 @@ <h2 id="parameter-summary">Parameter Summary</h2>
22352235< td style ="text-align: center; "> 2.4</ td >
22362236</ tr >
22372237< tr >
2238+ < td > < a href ="#server_apiDocumentationProfile "> apiDocumentationProfile</ a > </ td >
2239+ < td style ="text-align: center; "> < code > enum</ code > </ td >
2240+ < td > List of available custom documentation profiles. A profile is used to inject custom documentation like type and field description or a deprecated reason. Currently, ONLY the Transmodel API supports this feature.</ td >
2241+ < td style ="text-align: center; "> < em > Optional</ em > </ td >
2242+ < td > < code > "default"</ code > </ td >
2243+ < td style ="text-align: center; "> 2.7</ td >
2244+ </ tr >
2245+ < tr >
22382246< td > < a href ="#server_apiProcessingTimeout "> apiProcessingTimeout</ a > </ td >
22392247< td style ="text-align: center; "> < code > duration</ code > </ td >
22402248< td > Maximum processing time for an API request</ td >
@@ -2517,6 +2525,18 @@ <h3 id="server">server</h3>
25172525< p > Configuration for router server.</ p >
25182526< p > These parameters are used to configure the router server. Many parameters are specific to a
25192527domain, these are set in the routing request.</ p >
2528+ < h3 id ="server_apiDocumentationProfile "> apiDocumentationProfile</ h3 >
2529+
2530+ < p > < strong > Since version:</ strong > < code > 2.7</ code > ∙ < strong > Type:</ strong > < code > enum</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > ∙ < strong > Default value:</ strong > < code > "default"</ code > < br />
2531+ < strong > Path:</ strong > /server < br />
2532+ < strong > Enum values:</ strong > < code > default</ code > | < code > entur</ code > </ p >
2533+ < p > List of available custom documentation profiles. A profile is used to inject custom
2534+ documentation like type and field description or a deprecated reason.</ p >
2535+ < p > Currently, ONLY the Transmodel API supports this feature.</ p >
2536+ < ul >
2537+ < li > < code > default</ code > Default documentation is used.</ li >
2538+ < li > < code > entur</ code > Entur specific documentation. This deprecate features not supported at Entur, Norway.</ li >
2539+ </ ul >
25202540< h3 id ="server_apiProcessingTimeout "> apiProcessingTimeout</ h3 >
25212541
25222542< p > < strong > Since version:</ strong > < code > 2.4</ code > ∙ < strong > Type:</ strong > < code > duration</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > ∙ < strong > Default value:</ strong > < code > "PT-1S"</ code > < br />
0 commit comments