feat: add example

This commit is contained in:
2026-08-01 09:31:08 +03:00
parent 15805e28df
commit 26b59686a5
434 changed files with 34975 additions and 4995 deletions

View File

@@ -270,7 +270,7 @@ export class SimpleOrdersController {
@Post()
@ApiOperation({ summary: "Create an order and validate product stock" })
@ApiCreatedResponse({ type: OrderResponseDto })
@ApiStandardErrors({ auth: true, conflict: true })
@ApiStandardErrors({ auth: true, conflict: true, unprocessable: true })
create(
@Req() request: DemoRequest,
@Body() dto: CreateOrderDto,