UNPKG

@loopback/docs

Version:
36 lines (23 loc) 1.16 kB
--- 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) &gt; [@loopback/openapi-spec-builder](./openapi-spec-builder.md) &gt; [OpenApiSpecBuilder](./openapi-spec-builder.openapispecbuilder.md) &gt; [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 &#124; OperationSpecBuilder</code> | Additional specification of the operation. | <b>Returns:</b> `this`