@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
36 lines (23 loc) • 1.02 kB
Markdown
lang: en
title: 'API docs: openapi-v3.patch'
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.patch.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [patch](./openapi-v3.patch.md)
## patch() function
Expose a Controller method as a REST API operation mapped to `PATCH` request method.
<b>Signature:</b>
```typescript
export declare function patch(path: string, spec?: OperationObject): MethodDecorator;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | string | The URL path of this operation, e.g. <code>/product/{id}</code> |
| spec | OperationObject | The OpenAPI specification describing parameters and responses of this operation. |
<b>Returns:</b>
MethodDecorator