MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / put

Function put

packages/openapi-v3/src/decorators/operation.decorator.ts:43–45  ·  view source on GitHub ↗
(path: string, spec?: OperationObject)

Source from the content-addressed store, hash-verified

41 * of this operation.
42 */
43export function put(path: string, spec?: OperationObject) {
44 return operation('put', path, spec);
45}
46
47/**
48 * Expose a Controller method as a REST API operation

Callers 15

NoteControllerClass · 0.85
TestControllerClass · 0.85
MyControllerClass · 0.85
MockControllerClass · 0.85
DeveloperControllerClass · 0.85
TodoListControllerClass · 0.85
BookControllerClass · 0.85
UserControllerClass · 0.85
TodoControllerClass · 0.85
TaskControllerClass · 0.85
CategoryControllerClass · 0.85

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected