Patch Network Operator Name
Update the Network Operator name in the Edge.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Body
Responses
200
Network Operator updated successfully
application/json
400
Invalid Input
application/json
500
Pod deleted.Server Error
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?