Patch
Route handler (method) Decorator. Routes HTTP PATCH requests to the specified path.
const Patch: (path?: string | string[]) => MethodDecorator;
Route handler (method) Decorator. Routes HTTP PATCH requests to the specified path.
const Patch: (path?: string | string[]) => MethodDecorator;