Skip to main content
PUT
/
v3beta1
/
enterprise
/
ip-access-list
Replace IP Access List
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>"
  ]
}

Permissions

Requires a service user with the ManageEnterpriseSettings permission at the enterprise level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Body

application/json
ip_ranges
string[]
required

Response

Successful Response

ip_ranges
string[]
required