Chuyển đến nội dung chính
PUT
/
asset
/
groups
/
{gid}
Cập nhật một nhóm tài nguyên
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": "updated description"
}
'

Ủy quyền

Authorization
string
header
bắt buộc

Khóa API của OrcaRouter có dạng sk-orca-.... Truyền chúng trong header Authorization: Bearer sk-orca-....

Tham số đường dẫn

gid
string
bắt buộc

Nội dung

application/json
Name
string
Description
string

Phản hồi

200

Đã cập nhật