cURL
curl --request PATCH \ --url https://apps-studio.thena.ai/apps/{id}/update-app \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "status": "success", "message": "Minor changes saved successfully", "changes": [ { "path": "app.name", "oldValue": "Old Name", "newValue": "New Name" } ] }
Updates an app’s manifest and configurations
success
unchanged
Show child attributes