fix resource spec

Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
jagger 2025-05-26 17:18:55 +08:00
parent 37a2e01ab0
commit a357b6f631
2 changed files with 2 additions and 2 deletions

View File

@ -1456,5 +1456,5 @@ type EditResourceReq {
}
type SyncResourceReq {
Id []string `json:"id"`
Id string `json:"id"`
}

View File

@ -5506,7 +5506,7 @@ type SyncClusterAlertReq struct {
}
type SyncResourceReq struct {
Id []string `json:"id"`
Id string `json:"id"`
}
type Tags struct {