跳转到主要内容
PUT
/
v2
/
enterprise
/
groups
创建 Enterprise 组的端点
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>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

需要 Enterprise 管理员的个人 API key。 通过此 endpoint,你可以向组织添加新的 Enterprise 组。

授权

Authorization
string
header
必填

仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)

请求体

application/json
group_names
string[]
必填

响应

成功的响应