Update chart properties using JSON Patch
PATCH /v1/charts/name/{fqn} to update by fully qualified name.
sample_superset.114).Line, Bar, Area, Pie, Scatter, Table, Histogram, Other.service.chartName.| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid JSON patch or malformed request |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to update this chart |
404 | NOT_FOUND | Chart with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |