Skip to main content
PUT
Error

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

경로 매개변수

id
string
필수

Dashboard ID

본문

application/json
name
string
필수

Dashboard name.

Maximum string length: 1024
예시:

"Updated Dashboard Name"

tiles
object[]
필수

Full list of tiles for the dashboard. Existing tiles are matched by ID; tiles with an ID that does not match an existing tile will be assigned a new generated ID.

Maximum array length: 500
tags
string[]

Tags for organizing and filtering dashboards.

Maximum array length: 50
Maximum string length: 32
예시:
filters
object[]

Dashboard filter keys on the dashboard, applied across all tiles

savedQuery
string | null

Optional default dashboard query to persist on the dashboard.

예시:

"service.name = 'api'"

savedQueryLanguage
enum<string> | null
기본값:lucene

Query language used by savedQuery.

사용 가능한 옵션:
sql,
lucene
예시:

"sql"

savedFilterValues
object[]

Optional default dashboard filter values to persist on the dashboard.

containers
object[]

Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.

Maximum array length: 50

응답

Successfully updated dashboard

data
object

The dashboard object.

마지막 수정일 2026년 7월 16일