Attention: The v1 version of this API has been
deprecated.
Updates an IP list by ID.
PUT https://api-<BlueCat.edge.url>/v1/api/ipLists/{id}
Authorization: Bearer token
Content-Type: application/json
{
"name": "A name",
"description": "A Description",
}
Parameters
Name | Description | Type | Required |
id | The ID of the IP list. | String | Required |
Successful response
204 NO CONTENT
Response on unsuccessful authorization
401 Unauthorized
Content-Type: application/JSON
{"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
- 400 Bad Request
- 404 IP List was not found
- 500 Internal Server Error