This document is generated by Novitec
Authorization: Bearer ********************
{
"static_ip_address": "192.168.0.222",
"static_gateway": "192.168.0.1",
"static_subnet_mask": "255.255.255.0"
}
curl --location --request POST 'http://192.168.0.144/hub/network/static-ip-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"static_ip_address": "192.168.0.222",
"static_gateway": "192.168.0.1",
"static_subnet_mask": "255.255.255.0"
}'
{
"message": "Static IP settings updated successfully."
}