v1
latestOpenAPI 3.1.02026-07-134612587.0 KBCIDR Lists
Update CIDR [WRITE]
post/v2/network/cidr-list/{namespace}/{cidr_id}
Path parameters
namespacestring required
User or organization name
cidr_idstring required
ID of the CIDR to update
Request body
Example request
{
"cidrList": [
"10.0.0.0/8",
"192.168.1.0/24"
],
"name": "office-network"
}Response
CIDR updated successfully
Example response
{
"cidrList": [
"10.0.0.0/8",
"192.168.1.0/24"
],
"name": "office-network"
}