创建智算任务增加token

This commit is contained in:
zhangwei 2025-01-02 18:00:44 +08:00
parent a458c85231
commit 640078bcf4
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ type (
type (
GeneralTaskReq {
Token string `json:"token"`
Token string `json:"token,optional"`
Name string `json:"name"`
AdapterIds []string `json:"adapterIds"`
ClusterIds []string `json:"clusterIds"`