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>" ]
Fügen Sie Ihrer Organisation neue Enterprise-Gruppen hinzu
Persönlicher API Key (apk_user_*) nur für Enterprise-Administratoren
Erfolgreiche Antwort