Skip to main content

Update specified dashboard for specified project

PUT 

/v1/:projectName/dashboard/:dashboardId

Update specified dashboard for specified project

Request

Path Parameters

    dashboardId int64required

    dashboardId

    projectName stringrequired

    projectName

Body

required

updateRQ

    description string
    name stringrequired

    updateWidgets

    object[]

  • Array [

  • 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...