cURL
curl --request PUT \ --url https://api.devin.ai/v3beta1/enterprise/ip-access-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ip_ranges": [ "<string>" ] } '
{ "ip_ranges": [ "<string>" ] }
ManageEnterpriseSettings
Service User credential (prefix: cog_)
Successful Response