updated endpoint for update automation

This commit is contained in:
hannathkadher
2025-03-14 12:58:12 +04:00
parent 88aac86b10
commit 0d50aa68fa
3 changed files with 11 additions and 10 deletions

View File

@ -161,7 +161,7 @@ abstract class ApiEndpoints {
/// PUT
static const String updateScene = '/scene/tap-to-run/{sceneId}';
static const String updateAutomation = '/automation/{automationId}';
static const String updateAutomation = '/projects/{projectId}/automations/{automationId}';
static const String updateAutomationStatus =
'/automation/status/{automationId}';