diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 86429de..e150022 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -795,7 +795,7 @@ components: NetworkAccessIdentifier: description: A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Local Identifier}@{Domain Identifier}). Unlike the telephone number, the network access identifier is not subjected to portability ruling in force, and is individually managed by each operator. type: string - example: "123456789@domain.com" + example: "123456789@example.com" PhoneNumber: description: A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with '+'. @@ -862,4 +862,4 @@ components: ipv4Address: publicAddress: "84.125.93.10" publicPort: 59765 - networkAccessIdentifier: "123456789@domain.com" + networkAccessIdentifier: "123456789@example.com"