MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / update

Method update

nestjs/src/orders/orders.controller.ts:41–43  ·  view source on GitHub ↗
(@Param('id') id: string, @Body() updateOrderDto: UpdateOrderDto)

Source from the content-addressed store, hash-verified

39
40 @Patch(':id')
41 update(@Param('id') id: string, @Body() updateOrderDto: UpdateOrderDto) {
42 return this.ordersService.update(id, updateOrderDto);
43 }
44
45 @HttpCode(204)
46 @Delete(':id')

Callers 1

consumerUpdateStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected