Skip to main content

Edit Project

⚠️ Note: projects cannot be editd manually via MQTT API at the moment. project edition is currently handled within the application.

Description

When a user edits an project through the application, the system emits a response containing the project details. This document outlines the response structure and relevant topic information for reference.


Response Topic

LYT/41e0d6b2-37de-43d8-a348-4ba94853b6cd/PROJECT/E/ACTION

Response Payload

Success Response

{
"message": "success",
"version": "v1.0",
"action": "edit",
"data": {
"project_uuid": "41e0d6b2-37de-43d8-a348-4ba94853b6cd",
"project_name": "First Project",
"project_type": "RECIDENTIAL"
}
}