@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (21 loc) • 832 B
Markdown
lang: en
title: 'API docs: openapi-v3.restendpoint'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.openapi-v3.restendpoint.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [RestEndpoint](./openapi-v3.restendpoint.md)
## RestEndpoint interface
Data structure for REST related metadata
<b>Signature:</b>
```typescript
export interface RestEndpoint
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [path](./openapi-v3.restendpoint.path.md) | <code>string</code> | |
| [spec](./openapi-v3.restendpoint.spec.md) | <code>OperationObject</code> | |
| [verb](./openapi-v3.restendpoint.verb.md) | <code>string</code> | |