PATCH
/
apps
/
{id}
/
update-app
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Unique identifier of the app

Body

application/json · object

Response

200
application/json

App updated successfully

The response is of type object.