Last updated 8 days ago
Update the Network Operator name in the Edge.
The IP address of the edge
Schema for updating Network Operator
Network Operator updated successfully
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/networkoperator', { method: 'PATCH', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }