更新仪表盘注释
PUT
https://api.flashcat.cloud/api/n9e/dashboard-annotation/{id}
Dashboard Annotations
最后修改时间:2025-01-03 06:22:58
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/dashboard-annotation/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"dashboard_id": 0,
"panel_id": 0,
"description": "string",
"config": "string",
"tags": [
"string"
],
"time_start": 0,
"time_end": 0,
"create_by": "string",
"create_at": 0,
"update_by": "string",
"update_at": 0
}'
响应示例响应示例
{
"err": "string"
}
请求参数
Path 参数
id
integer <int64>
必需
Body 参数application/json