(path: string, spec?: OperationObject)
| 65 | * of this operation. |
| 66 | */ |
| 67 | export function del(path: string, spec?: OperationObject) { |
| 68 | return operation('delete', path, spec); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Expose a Controller method as a REST API operation. |
no test coverage detected