v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
Dashboard

Update dashboard

put/dashboard/store/{dashboardId}

Path parameters

dashboardIdstring required

the ID of dashboard

the ID of dashboard

Request body

cssclassstring
hrefstring
idstring
namestring
ownerstring
paramstring
sharedboolean
typeinteger
weightnumber double

Example request

{
  "cssclass": "fa",
  "href": "_1631547759877",
  "id": "_1631547759877",
  "name": "Search",
  "owner": "admin",
  "param": "search",
  "type": 1,
  "weight": 10
}

Response

SuccessResponse

countinteger required

count elements in data

dataobject required

data in JSON format type: object

messagestring required

the message for user