v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBApp Builder
Update App
Update an existing app. This creates a new version of the app. This API requires a registered application key. Alternatively, you can configure these permissions in the UI.
patch/api/v2/app-builder/apps/{app_id}
Path parameters
app_idstring uuid required
The ID of the app to update.
Request body
Example request
{
"data": {
"attributes": {
"components": [
{
"events": [],
"name": "grid0",
"properties": {
"children": [
{
"events": [],
"name": "gridCell0",
"properties": {
"children": [
{
"events": [],
"name": "calloutValue0",
"properties": {
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"label": "CPU Usage",
"size": "sm",
"style": "vivid_yellow",
"unit": "kB",
"value": "42"
},
"type": "calloutValue"
}
],
"isVisible": "true",
"layout": {
"default": {
"height": 8,
"width": 2,
"x": 0,
"y": 0
}
}
},
"type": "gridCell"
}
]
},
"type": "grid"
}
],
"description": "This is a simple example app",
"name": "Example App",
"queries": [],
"rootInstanceName": "grid0"
},
"id": "9e20cbaf-68da-45a6-9ccf-54193ac29fa5",
"type": "appDefinitions"
}
}Response
OK