简体中文
cURL
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 }
Update an organization’s name and/or ACU limits
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response