From d18ed6445ff784dd54ed6f195e22efacfdce7d52 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Thu, 11 Jun 2026 16:26:55 +0100 Subject: [PATCH 1/4] Rename schema DevicePPID to use PascalCase --- code/API_definitions/device-identifier.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 0ec551f..44f09e1 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -465,7 +465,7 @@ components: - ppid allOf: - $ref: "#/components/schemas/CommonResponseBody" - - $ref: "#/components/schemas/DevicePPID" + - $ref: "#/components/schemas/DevicePeePeeIyeDee" examples: Successful PPID Retrieval: description: Device PPID has been successfully retrieved when the device subcsription was identified by a 3-legged access token or single device subscription identifier @@ -691,7 +691,7 @@ components: description: Manufacturer of the device example: "Nokia" - DevicePPID: + DevicePeePeeIyeDee: description: | The individual physical mobile device identifier, expressed as a PPID (Pairwise Pseudonymous Identifier) type: object From 68eef14005c1245c260b4fc38b6ab5616f7088b2 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 29 Jul 2026 16:19:02 +0100 Subject: [PATCH 2/4] Update code/API_definitions/device-identifier.yaml Co-authored-by: Herbert Damker --- code/API_definitions/device-identifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 44f09e1..e877503 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -465,7 +465,7 @@ components: - ppid allOf: - $ref: "#/components/schemas/CommonResponseBody" - - $ref: "#/components/schemas/DevicePeePeeIyeDee" + - $ref: "#/components/schemas/DevicePpid" examples: Successful PPID Retrieval: description: Device PPID has been successfully retrieved when the device subcsription was identified by a 3-legged access token or single device subscription identifier From 363c257a9ac5a8a93b6322c1e40d1d3d73b3bccb Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 29 Jul 2026 16:19:10 +0100 Subject: [PATCH 3/4] Update code/API_definitions/device-identifier.yaml Co-authored-by: Herbert Damker --- code/API_definitions/device-identifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index e877503..e5e2255 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -691,7 +691,7 @@ components: description: Manufacturer of the device example: "Nokia" - DevicePeePeeIyeDee: + DevicePpid: description: | The individual physical mobile device identifier, expressed as a PPID (Pairwise Pseudonymous Identifier) type: object From 231e46b553027310e432044597e9127dd9a02630 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 29 Jul 2026 16:24:40 +0100 Subject: [PATCH 4/4] Change operationId to be retrievePpid --- code/API_definitions/device-identifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index e5e2255..7f12bdb 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -289,7 +289,7 @@ paths: post: summary: Get a pseudonymous identifier for device being used by a given mobile subscriber description: Get a pseudonymous identifier for device being used by a given mobile subscriber - operationId: retrievePPID + operationId: retrievePpid tags: - Get Device Identifiers security: