config
ModifyIP config
Modify IP configuration
put/api/v1/config/ip
Request body
Example request
{
"address": "10.11.12.94",
"dhcp": true,
"dns": "10.11.12.1",
"gateway": "10.11.12.1",
"prefix": 24
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.