replaced endpoint for get automaiton by id

This commit is contained in:
hannathkadher
2025-03-14 12:09:14 +04:00
parent 7ae3e4a933
commit 2a065efc0e
3 changed files with 10 additions and 4 deletions

View File

@ -75,7 +75,7 @@ abstract class ApiEndpoints {
static const String createAutomation = '/projects/{projectId}/automations';
static const String getUnitScenes =
'/projects/{projectId}/communities/{communityUuid}/spaces/{spaceUuid}/scenes';
static const String getAutomationDetails = '/automation/details/{automationId}';
static const String getAutomationDetails = '/projects/{projectId}/automations/{automationId}';
static const String getScene = '/scene/tap-to-run/{sceneId}';
static const String deleteScene = '/scene/tap-to-run/{sceneId}';