MCPcopy
hub / github.com/compodoc/compodoc / create

Method create

test/fixtures/nest-app/src/app.controller.ts:19–19  ·  view source on GitHub ↗
(@Body() body: CreateTodoDto, @AuthUser() authUser: User)

Source from the content-addressed store, hash-verified

17 @Auth(Roles.User)
18 @Post()
19 async create(@Body() body: CreateTodoDto, @AuthUser() authUser: User) {}
20
21 @UsePipes(new ValidationPipe())
22 @ApiResponse({ description: 'Return all articles.' })

Calls

no outgoing calls

Tested by 1

checkWcMenuFileFunction · 0.36