PATCH
/
v2
/
enterprise
/
organizations
/
{org_id}
/
acu-limit
curl -X PATCH "https://api.devin.ai/v2/enterprise/organizations/org_123/acu-limit" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "max_acu_limit": 2000
  }'
{
  "status": "success"
}

Update the maximum ACU limit per billing cycle for a specific organization within your enterprise.

Path Parameters

org_id
string
required

The unique identifier of the organization to update

Request Body

max_acu_limit
integer

Maximum ACU limit per billing cycle for the organization. Set to null to remove the limit.

Response

status
string
required

Status of the operation, typically “success”

curl -X PATCH "https://api.devin.ai/v2/enterprise/organizations/org_123/acu-limit" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "max_acu_limit": 2000
  }'
{
  "status": "success"
}
PATCH
/
v2
/
enterprise
/
organizations
/
{org_id}
/
acu-limit
curl -X PATCH "https://api.devin.ai/v2/enterprise/organizations/org_123/acu-limit" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "max_acu_limit": 2000
  }'
{
  "status": "success"
}

Update the maximum ACU limit per billing cycle for a specific organization within your enterprise.

Path Parameters

org_id
string
required

The unique identifier of the organization to update

Request Body

max_acu_limit
integer

Maximum ACU limit per billing cycle for the organization. Set to null to remove the limit.

Response

status
string
required

Status of the operation, typically “success”

curl -X PATCH "https://api.devin.ai/v2/enterprise/organizations/org_123/acu-limit" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "max_acu_limit": 2000
  }'
{
  "status": "success"
}