Skip to main content

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

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

OK

Schema

    message string
Loading...