UNPKG

@loopback/docs

Version:
35 lines (22 loc) 883 B
--- lang: en title: 'API docs: rest.restserver.addopenapispecendpoint' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.restserver.addopenapispecendpoint.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [RestServer](./rest.restserver.md) &gt; [addOpenApiSpecEndpoint](./rest.restserver.addopenapispecendpoint.md) ## RestServer.addOpenApiSpecEndpoint() method Add a new non-controller endpoint hosting a form of the OpenAPI spec. <b>Signature:</b> ```typescript addOpenApiSpecEndpoint(path: string, form: OpenApiSpecForm): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | path | <code>string</code> | | | form | <code>OpenApiSpecForm</code> | | <b>Returns:</b> `void`