Function: CrudUpdateOne()
CrudUpdateOne(
options): <TFunction,Y>(target,propertyKey?,descriptor?) =>void
CRUD Update One route decorator
Parameters
| Parameter | Type | 
|---|---|
| options | CrudUpdateOneOptionsInterface | 
Returns
Function
Type Parameters
| Type Parameter | 
|---|
| TFunctionextendsFunction | 
| Y | 
Parameters
| Parameter | Type | 
|---|---|
| target | object|TFunction | 
| propertyKey? | string|symbol | 
| descriptor? | TypedPropertyDescriptor<Y> | 
Returns
void
Defined in
packages/nestjs-crud/src/decorators/actions/crud-update-one.decorator.ts:18 (opens in a new tab)