Skip to main content
PUT
/
v3
/
enterprise
/
consumption
/
acu-limits
/
devin
/
organizations
/
{org_id}
organisationsweites Devin-ACU-Limit festlegen
curl --request PUT \
  --url https://api.devin.ai/v3/enterprise/consumption/acu-limits/devin/organizations/{org_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cycle_acu_limit": 1
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Berechtigungen

Erfordert einen Servicebenutzer mit der Berechtigung ManageBilling auf Enterprise-Ebene.

Authorizations

Authorization
string
header
required

Servicebenutzer-Anmeldedaten (Präfix: cog_)

Path Parameters

org_id
string
required

Organisations-ID (Präfix: org-)

Example:

"org-abc123def456"

Body

application/json
cycle_acu_limit
integer
required
Required range: x >= 0

Response

Erfolgreiche Antwort