feat: more response docs

This commit is contained in:
Ahmed Bouhuolia
2025-06-19 00:49:43 +02:00
parent 437bcb8854
commit 26c1f118c1
8 changed files with 405 additions and 41 deletions

View File

@@ -62,6 +62,10 @@ export class InventoryAdjustmentsController {
@ApiResponse({
status: 200,
description: 'The inventory adjustments have been successfully retrieved.',
schema: {
type: 'array',
items: { $ref: getSchemaPath(InventoryAdjustmentResponseDto) },
},
})
public async getInventoryAdjustments(
@Query() filterDTO: IInventoryAdjustmentsFilter,