updated delete automation endpoint

This commit is contained in:
hannathkadher
2025-03-14 12:12:15 +04:00
parent 2a065efc0e
commit bc64efa557
3 changed files with 6 additions and 4 deletions

View File

@ -79,7 +79,7 @@ abstract class ApiEndpoints {
static const String getScene = '/scene/tap-to-run/{sceneId}';
static const String deleteScene = '/scene/tap-to-run/{sceneId}';
static const String deleteAutomation = '/automation/{automationId}';
static const String deleteAutomation = '/projects/{projectId}/automations/{automationId}';
static const String updateScene = '/scene/tap-to-run/{sceneId}';
static const String updateAutomation = '/automation/{automationId}';