forked from JointCloud/pcm-coordinator
fix resource spec
Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
parent
37a2e01ab0
commit
a357b6f631
|
@ -1456,5 +1456,5 @@ type EditResourceReq {
|
|||
}
|
||||
|
||||
type SyncResourceReq {
|
||||
Id []string `json:"id"`
|
||||
Id string `json:"id"`
|
||||
}
|
|
@ -5506,7 +5506,7 @@ type SyncClusterAlertReq struct {
|
|||
}
|
||||
|
||||
type SyncResourceReq struct {
|
||||
Id []string `json:"id"`
|
||||
Id string `json:"id"`
|
||||
}
|
||||
|
||||
type Tags struct {
|
||||
|
|
Loading…
Reference in New Issue