Italiano
cURL
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>" ]
Aggiungi nuovi gruppi Enterprise alla tua organizzazione
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response