@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
37 lines (24 loc) • 952 B
Markdown
lang: en
title: 'API docs: openapi-v3.oasenhancer'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/openapi-v3
permalink: /doc/en/lb4/apidocs.openapi-v3.oasenhancer.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [OASEnhancer](./openapi-v3.oasenhancer.md)
## OASEnhancer interface
Typically an extension point defines an interface as the contract for extensions to implement
<b>Signature:</b>
```typescript
export interface OASEnhancer
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./openapi-v3.oasenhancer.name.md) | string | |
## Methods
| Method | Description |
| --- | --- |
| [modifySpec(spec)](./openapi-v3.oasenhancer.modifyspec.md) | |