updated the endpoint for checking automation status

This commit is contained in:
hannathkadher
2025-03-14 12:26:56 +04:00
parent 9f30f0e2c2
commit a9045a458c

View File

@ -6,6 +6,7 @@ import {
Get,
HttpStatus,
Param,
Patch,
Post,
Put,
UseGuards,
@ -114,7 +115,7 @@ export class AutomationController {
@ApiBearerAuth()
@UseGuards(PermissionsGuard)
@Permissions('AUTOMATION_CONTROL')
@Put('status/:automationUuid')
@Patch(':automationUuid')
@ApiOperation({
summary:
ControllerRoute.AUTOMATION.ACTIONS.UPDATE_AUTOMATION_STATUS_SUMMARY,