Skip to main content
PUT
/
v2
/
enterprise
/
org-group-limits
Update Org Groups Config
curl --request PUT \
  --url https://api.devin.ai/v2/enterprise/org-group-limits \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "groups": {}
}'
{
  "groups": {}
}
Requires an enterprise admin personal API key.
This endpoint requires the organization group limits feature to be enabled for your enterprise. To enable this feature, reach out to your account team.
Replaces the entire organization groups configuration with the provided config. Groups not included in the request will be deleted, and groups included will be created or updated to match the provided configuration. Each group maps a set of organization IDs to an optional max Agent Compute Unit limit per billing cycle.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json

Configuration mapping group names to their settings.

groups
Groups · object
required

Response

Successful Response

Configuration mapping group names to their settings.

groups
Groups · object
required