Request
Body Params application/json
{
"cache_timeout": 0,
"dashboards": [
0
],
"datasource_id": 0,
"datasource_type": "druid",
"description": "string",
"owners": [
0
],
"params": "string",
"slice_name": "string",
"viz_type": [
"bar",
"line_multi",
"area",
"table"
]
}
Request samples
curl --location --request PUT '/chart/' \
--header 'Content-Type: application/json' \
--data-raw '{
"cache_timeout": 0,
"dashboards": [
0
],
"datasource_id": 0,
"datasource_type": "druid",
"description": "string",
"owners": [
0
],
"params": "string",
"slice_name": "string",
"viz_type": [
"bar",
"line_multi",
"area",
"table"
]
}'
Responses
{
"id": 0,
"result": {
"cache_timeout": 0,
"dashboards": [
0
],
"datasource_id": 0,
"datasource_type": "druid",
"description": "string",
"owners": [
0
],
"params": "string",
"slice_name": "string",
"viz_type": [
"bar",
"line_multi",
"area",
"table"
]
}
}
Modified at 2025-06-04 22:27:17