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
Unique identifier of the app
App updated successfully
The response is of type object.
object