From b5eab5912a958d6f39f4f2bb6784d6dd2fdaabfd Mon Sep 17 00:00:00 2001 From: Tom D'Roza <83403414+tdroza-nhs@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:56:14 +0100 Subject: [PATCH 1/2] CCM-17126: Fixed typo in GetMessage API docs (#1060) --- specification/documentation/GetMessage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/documentation/GetMessage.md b/specification/documentation/GetMessage.md index 3dd2ba3ca..daea13b45 100644 --- a/specification/documentation/GetMessage.md +++ b/specification/documentation/GetMessage.md @@ -63,15 +63,15 @@ Personalisation and contact details are not returned within the messages. This i ### Sandbox -When sending this request on sandbox you can use one of these 5 message identifiers: +When sending this request on sandbox you can use one of these 5 message references: * single message status of delivered - `2WL3qFTEFM0qMY8xjRbt1LIKCzM` * single message delivered using multiple channels - `2WL5eYSWGzCHlGmzNxuqVusPxDg` * single message status of sending - `2WL4GEeFVxXG9S57nRlefBwwKxp` -* single message failed as patient has no exit code - `2WL4mvx6eBva8dcIK60VEGIfcgZ` +* single message failed as patient has an exit code - `2WL4mvx6eBva8dcIK60VEGIfcgZ` * single message routing plan overriden - `2bBBpsiMl2rnQt99qm6JLZ6w1vq` -Here's an example curl command using one of the above message Id's: +Here's an example curl command using one of the above message references: ``` curl -X GET 'https://sandbox.api.service.nhs.uk/comms/v1/messages/2WL3qFTEFM0qMY8xjRbt1LIKCzM' \ From dcb6c6d49624a4af60147bc4dc2a8c26dba242a3 Mon Sep 17 00:00:00 2001 From: "muhammed.salaudeen1" Date: Fri, 24 Apr 2026 09:59:35 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=C2=A0+minor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit