A method decorator for defining HTTP PATCH routes.
The route path for the PATCH endpoint.
Optional
Optional configuration for the route.
A method decorator configured for a PATCH route.
@Patch('/update-partial')updatePartialResource() { return 'Resource partially updated';} Copy
@Patch('/update-partial')updatePartialResource() { return 'Resource partially updated';}
A method decorator for defining HTTP PATCH routes.