メインコンテンツへスキップ
PUT
/
v3beta1
/
enterprise
/
ip-access-list
IP アクセスリストを置き換える
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>"
  ]
}

権限

Enterprise レベルで ManageEnterpriseSettings 権限が付与されたサービスユーザーが必要です。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

ボディ

application/json
ip_ranges
string[]
必須

レスポンス

正常なレスポンス

ip_ranges
string[]
必須