Skip to content

Commit 4c116e7

Browse files
committed
feat: add UUID parameter to subscription template retrieval endpoint
1 parent 5216a20 commit 4c116e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/subscription-template/subscription-template.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export class SubscriptionTemplateController {
6161
type: GetTemplateResponseDto,
6262
description: 'Template retrieved successfully',
6363
})
64+
@ApiParam({ name: 'uuid', type: String, description: 'Template UUID' })
6465
@Endpoint({
6566
command: GetSubscriptionTemplateCommand,
6667
httpCode: HttpStatus.OK,

0 commit comments

Comments
 (0)