Add network coverage data

To open access for a specific VPLMN you need to add it to the network coverage.



This call adds an operator by id to the selected coverage and generates a new network_coverage_data object.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

coverage_iddoubleRequired

Network Coverage ID. This value is the top-level id field in each item returned by GET /api/v1/network_coverage.

operator_iddoubleRequired
Numerical ID of an Operator

Response

Success