Patch(path?: string | string[]): MethodDecorator Parameters
Optional
path: string | string[]
Returns MethodDecorator
Patch<T>(stringify?: null | IResponseBodyStringifier<T>): MethodDecorator Parameters
Optional
stringify: null | IResponseBodyStringifier<T>
Returns MethodDecorator
Patch<T>( path: string | string[], stringify?: null | IResponseBodyStringifier<T>,): MethodDecorator Parameters
- path: string | string[]
Optional
stringify: null | IResponseBodyStringifier<T>
Returns MethodDecorator
Encrypted router decorator function for the PATCH method.
Param: path
Path of the HTTP request
Returns
Method decorator