Add widget to specified dashboard
PUT/v1/:projectName/dashboard/:dashboardId/add
Add widget to specified dashboard
Request
Path Parameters
dashboardId int64required
dashboardId
projectName stringrequired
projectName
- application/json
Body
required
addWidgetRq
addWidget
object
widgetId int64
widgetName string
widgetOptions
object
widgetPosition
object
positionX int32
positionY int32
widgetSize
object
height int32
width int32
widgetType string
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...