跳转到主要内容
PATCH
/
v3beta1
/
enterprise
/
organizations
/
{org_id}
Update Organization
curl --request PATCH \
  --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "max_cycle_acu_limit": 123,
  "max_session_acu_limit": 123,
  "name": "<string>"
}'
{
  "created_at": 123,
  "max_cycle_acu_limit": 123,
  "max_session_acu_limit": 123,
  "name": "<string>",
  "org_id": "<string>",
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json
max_cycle_acu_limit
integer | null
max_session_acu_limit
integer | null
name
string | null

Response

Successful Response

created_at
integer
required
max_cycle_acu_limit
integer | null
required
max_session_acu_limit
integer | null
required
name
string
required
org_id
string
required
updated_at
integer
required