v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Edit an App

Updates an app by ID

patch/apps/{id}

Path parameters

idstring required

The ID of the app to update

Request body

argumentsstring required

The arguments for the app to update

Response

200

account_idstring
argumentsstring
created_atnumber
folder_idstring
idstring
labelstring
typestring
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dcasas",
  "arguments": "theme=default&interval=6&hourlyForecast=false&useDeviceLocation=false&useMDYFormat=false&dailyForecast=false&show24hr=false&transition=&hideBox=false&bgType=stocks&whiteText=true&darkOverlay=false&zoomEffect=true&temperatureUnit=&font=&fontScale=1&stockMedia=https%3A%2F%2Fresources.telemetrytv.com%2Fbackgrounds%2Fphotos%2Fdefaults%2Frock-lines.jpg&sourcelocation=london",
  "created_at": 1639472982.147,
  "folder_id": "5dba9273aa4a7e31ffbc8d57",
  "id": "61b85f56966f631c90cc0993",
  "label": "Weather app",
  "type": "weather",
  "updated_at": 1639473086.349
}