添加仪表盘注释
POST
https://api.flashcat.cloud/api/n9e/dashboard-annotations
Dashboard Annotations
最后修改时间:2025-01-03 06:16:15
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/api/n9e/dashboard-annotations' \
--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
}'
响应示例响应示例
{
"dat": 0,
"err": "string"
}
请求参数
Body 参数application/json