(path: string, spec?: OperationObject)
| 41 | * of this operation. |
| 42 | */ |
| 43 | export 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 |
no test coverage detected