Patch Network Operator Name

Update Network Operator Name Configuration

patch

Update the Network Operator name in the Edge.

Authorizations
Path parameters
edgeIpstring · enumRequired

The IP address of the edge

Possible values:
Body
Responses
200
Network Operator updated successfully
application/json
patch
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"
    }
  ]
}
{
  "networkoperator": [
    {
      "networkoperator": "Monogoto4G",
      "rat": "4G"
    },
    {
      "networkoperator": "Monogoto5G",
      "rat": "5G"
    }
  ]
}

Last updated

Was this helpful?