@loopback/docs
Version:
Documentation for LoopBack 4
36 lines (23 loc) • 1.16 kB
Markdown
lang: en
title: 'API docs: openapi-spec-builder.openapispecbuilder.withoperation'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.openapi-spec-builder.openapispecbuilder.withoperation.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/openapi-spec-builder](./openapi-spec-builder.md) > [OpenApiSpecBuilder](./openapi-spec-builder.openapispecbuilder.md) > [withOperation](./openapi-spec-builder.openapispecbuilder.withoperation.md)
## OpenApiSpecBuilder.withOperation() method
Define a new OperationObject at the given path and verb (method).
<b>Signature:</b>
```typescript
withOperation(verb: string, path: string, spec: OperationObject | OperationSpecBuilder): this;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| verb | <code>string</code> | The HTTP verb. |
| path | <code>string</code> | The path relative to basePath. |
| spec | <code>OperationObject | OperationSpecBuilder</code> | Additional specification of the operation. |
<b>Returns:</b>
`this`