@loopback/docs
Version:
Documentation for LoopBack 4
36 lines (23 loc) • 1.05 kB
Markdown
lang: en
title: 'API docs: rest.restserver.addopenapispecendpoint'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.restserver.addopenapispecendpoint.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [RestServer](./rest.restserver.md) > [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> | Path at which to host the copy of the OpenAPI |
| form | <code>OpenApiSpecForm</code> | Form that should be renedered from that path |
<b>Returns:</b>
`void`