跳轉到主要內容
PUT
/
asset
/
groups
/
{gid}
更新資產組
curl --request PUT \
  --url https://api.orcarouter.ai/v1/asset/groups/{gid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Name": "actor_zhang_v2",
  "Description": "更新後的描述"
}
'

授權

Authorization
string
header
必填

OrcaRouter API 密鑰形如 sk-orca-...。請在 Authorization: Bearer sk-orca-... 頭中傳入。

路徑參數

gid
string
必填

主體

application/json
Name
string
Description
string

回應

200

已更新