updated endpoint of get automation by space

This commit is contained in:
hannathkadher
2025-03-14 11:50:18 +04:00
parent 70d31f5351
commit 2a0f6a4596
3 changed files with 85 additions and 152 deletions

View File

@ -69,7 +69,7 @@ abstract class ApiEndpoints {
//product
static const String listProducts = '/products';
static const String getSpaceScenes = '/scene/tap-to-run/{spaceUuid}';
static const String getSpaceAutomation = '/automation/{spaceUuid}';
static const String getSpaceAutomation = '/projects/{projectId}communities/{communityId}/spaces/{spaceUuid}/automations';
static const String getIconScene = '/scene/icon';
static const String createScene = '/scene/tap-to-run';
static const String createAutomation = '/automation';