Update the DNO configuration
PUT
/system/v2/dno/configuration
Platform support: MT and CC
Saves the DNO configuration to the database and applies it immediately
without requiring a service restart. If provider, api_endpoint, or
api_key change, the active validator is swapped atomically. If
cache_ttl changes, the in-memory cache TTL is updated immediately.
Request
Responses
- 200
- 400
- 404
- 405
- 500
Configuration saved and applied. Returns the saved configuration.
The request body could not be decoded, the number or region fields are missing,
or the number cannot be normalised to E.164 format.
The requested route does not exist.
The HTTP method is not supported on this path.
Failed to persist the configuration to the database.