(path: string, spec?: OperationObject)
| 53 | * of this operation. |
| 54 | */ |
| 55 | export function patch(path: string, spec?: OperationObject) { |
| 56 | return operation('patch', path, spec); |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Expose a Controller method as a REST API operation |
no test coverage detected