cURL
curl --request PATCH \ --url https://api.hypercore.vn/network/ip_lists/{ip_list_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Updated name", "description": "Updated description" } '
{ "ip_list": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>" } }
Update an IP list’s name or description
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
IP List UUID
64
"Updated name"
255
"Updated description"
IP list updated successfully
Show child attributes