跳转到主要内容
PUT
/
v2
/
enterprise
/
groups
Enterprise Group Create Endpoint
curl --request PUT \
  --url https://api.devin.ai/v2/enterprise/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_names": [
    "<string>"
  ]
}
'
[
  "<string>"
]
需要 Enterprise 管理员的个人 API key。 通过此 endpoint,你可以向组织添加新的 Enterprise 组。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json
group_names
string[]
required

Response

Successful Response