From 864b83707deb81196bb36c9e763e3699fa400542 Mon Sep 17 00:00:00 2001 From: Tom D'Roza <83403414+tdroza-nhs@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:02:35 +0000 Subject: [PATCH] CCM-17126: Fixed typo in GetMessage API docs --- 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' \