updated endpoint for getting automation by id

This commit is contained in:
hannathkadher
2025-03-14 12:55:33 +04:00
parent 0673548745
commit 88aac86b10
3 changed files with 7 additions and 4 deletions

View File

@ -156,7 +156,7 @@ abstract class ApiEndpoints {
static const String getUnitAutomation = '/projects/{projectId}/communities/{communityId}/spaces/{unitUuid}/automations';
static const String getAutomationDetails =
'/automation/details/{automationId}';
'/projects/{projectId}/automations/{automationId}';
/// PUT
static const String updateScene = '/scene/tap-to-run/{sceneId}';