The unique identifier of your company
URL Parameters
The unique identifier of the app to update
Body Parameters
New description for the app
Response
Indicates if the request was successful
A message describing the result of the operation
The updated app object
Unique identifier for the app
Updated description of the app (if provided)
Environment of the app (“development” or “production”)
Timestamp when the app was created
Timestamp when the app was last updated
Response Example
{
"success": true,
"message": "App updated successfully",
"data": {
"id": "app_01JT38PHYK11F3X3M4772HE3TK",
"name": "hello app",
"description": "hello1",
"environment": "development",
"createdAt": "2025-04-30T11:53:17.020Z",
"updatedAt": "2025-04-30T11:53:44.548Z"
}
}