Skip to main content
PATCH
Patch dashboard chart

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

uid
string
required
chartId
string
required

Body

application/json
chart
object
required

JSON merge patch applied to the existing chart. If id is present, it must match the chartId path parameter.

message
string
overwrite
boolean
default:false
version
integer<int64>

Required when overwrite is false.

Response

Updated dashboard

dashboard
object
required
status
enum<string>
required
Available options:
created,
updated
overwritten
boolean