Passer au contenu principal
PUT
/
v3
/
enterprise
/
ip-access-list
Remplacer la liste de contrôle d’accès IP
curl --request PUT \
  --url https://api.devin.ai/v3/enterprise/ip-access-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ip_ranges": [
    "<string>"
  ]
}
'
{
  "ip_ranges": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Requiert un utilisateur de service avec l’autorisation ManageEnterpriseSettings au niveau de l’Enterprise.

Autorisations

Authorization
string
header
requis

Identifiant de compte de service (préfixe : cog_)

Corps

application/json
ip_ranges
string[]
requis

Réponse

Réponse réussie

ip_ranges
string[]
requis