PATCH /v1/charts/{id}
Update a Chart
Update chart properties using JSON Patch
PATCH
PATCH /v1/charts/{id}
Update a Chart
Update a chart’s properties using JSON Merge Patch. You can update by ID or by fully qualified name.Update by ID
UUID of the chart to update.
Update by Name
UsePATCH /v1/charts/name/{fqn} to update by fully qualified name.
Fully qualified name of the chart (e.g.,
sample_superset.114).Body Parameters
Send a JSON object with the fields to update. Only provided fields are changed.Updated description in Markdown format.
Updated display name.
Updated chart type:
Line, Bar, Area, Pie, Scatter, Table, Histogram, Other.Updated source URL.
Updated list of owner references.
Updated classification tags.
Updated domain FQN.
Updated custom property values.
PATCH /v1/charts/{id}
Returns
Returns the updated chart object with the new version number.Response
Unique identifier for the chart (UUID format).
Chart name.
Fully qualified name in format
service.chartName.Updated description.
Incremented version number.