From 3ea35586302249ceb3f55995e348daa68ba09130 Mon Sep 17 00:00:00 2001 From: lapenna-bjss <160487283+lapenna-bjss@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:26:02 +0100 Subject: [PATCH 1/2] CCM-10538: Update API Docs wording on duplicate request period (#983) Co-authored-by: Gareth Allan <157592212+gareth-allan@users.noreply.github.com> --- .../4xx/message_batches/422_DuplicateBatchRequest.yaml | 2 +- .../responses/4xx/messages/422_DuplicateMessageRequest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/responses/4xx/message_batches/422_DuplicateBatchRequest.yaml b/specification/responses/4xx/message_batches/422_DuplicateBatchRequest.yaml index f9f96e905..ba177fb08 100644 --- a/specification/responses/4xx/message_batches/422_DuplicateBatchRequest.yaml +++ b/specification/responses/4xx/message_batches/422_DuplicateBatchRequest.yaml @@ -1,5 +1,5 @@ description: |+ - Request already received and it will be ignored. Note that NHS Notify retains details of your original request for up to 16 months. Duplicate submissions received after this period will still be accepted. + Request already received and it will be ignored. Note that NHS Notify retains details of your original request for up to 9 months. Duplicate submissions received after this period will still be accepted. ### Sandbox diff --git a/specification/responses/4xx/messages/422_DuplicateMessageRequest.yaml b/specification/responses/4xx/messages/422_DuplicateMessageRequest.yaml index 33d992105..be6af8d24 100644 --- a/specification/responses/4xx/messages/422_DuplicateMessageRequest.yaml +++ b/specification/responses/4xx/messages/422_DuplicateMessageRequest.yaml @@ -1,5 +1,5 @@ description: |+ - Request already received and it will be ignored. Note that NHS Notify retains details of your original request for up to 16 months. Duplicate submissions received after this period will still be accepted. + Request already received and it will be ignored. Note that NHS Notify retains details of your original request for up to 9 months. Duplicate submissions received after this period will still be accepted. ### Sandbox It is possible to trigger this on the sandbox by using the `Prefer` header with a value of `code=422_message`. From 1b515f5eee9234500a557016395b3a2599bd5ebe Mon Sep 17 00:00:00 2001 From: skaram-nhs Date: Thu, 28 Aug 2025 11:22:29 +0100 Subject: [PATCH 2/2] +minor