---
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) &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> | 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`


