Last updated 4 months ago
Was this helpful?
Update the Network Operator name in the Edge.
The IP address of the edge
Monogoto Edge IP
[{"networkoperator":"Monogoto4G","rat":"4G"},{"networkoperator":"Monogoto5G","rat":"5G"}]
PATCH /api/v1/edge/{edgeIp}/networkoperator HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 109 { "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }
Network Operator updated successfully
{ "networkoperator": [ { "networkoperator": "Monogoto4G", "rat": "4G" }, { "networkoperator": "Monogoto5G", "rat": "5G" } ] }