From f36b8e61f7f0e7bbcfc6628c8ca010d9ece6fc71 Mon Sep 17 00:00:00 2001 From: David Wass Date: Wed, 22 Oct 2025 15:30:33 +0100 Subject: [PATCH 1/4] CCM-12523 - Updates after APIM Review --- .../api/components/documentation/APIDescription.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/api/components/documentation/APIDescription.md b/specification/api/components/documentation/APIDescription.md index 7a6311fe..758489d3 100644 --- a/specification/api/components/documentation/APIDescription.md +++ b/specification/api/components/documentation/APIDescription.md @@ -134,6 +134,13 @@ You need to get your software approved by us before it can go live with this API Before go-live, you must complete a smoke test in the NHS Notify production environment. The smoke test confirms that your live credentials, connectivity, and print workflow operate correctly end-to-end. It will be carried out in coordination with the NHS Notify Supplier API team. +The process is as follows: + +* retrieve and print one or more live test letters through the production API. +* send the printed output to the address provided. +* submit a Management Information (MI) update for verification. + + The process is as follows: * retrieve and print one or more live test letters through the production API. From 0fe090cd1083adc09f229149e463facb59e46a5f Mon Sep 17 00:00:00 2001 From: David Wass Date: Wed, 22 Oct 2025 15:53:35 +0100 Subject: [PATCH 2/4] update md lint rule From f550d8eb60bd585480cbeabbd289bf90495e4b6f Mon Sep 17 00:00:00 2001 From: David Wass Date: Fri, 31 Oct 2025 13:25:42 +0000 Subject: [PATCH 3/4] rename correlationid for test --- specification/api/components/parameters/correlationId.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/api/components/parameters/correlationId.yml b/specification/api/components/parameters/correlationId.yml index 045130d8..eee033f0 100644 --- a/specification/api/components/parameters/correlationId.yml +++ b/specification/api/components/parameters/correlationId.yml @@ -1,4 +1,4 @@ -name: X-Correlation-ID +name: Correlation-ID in: header description: |- An optional ID which you can use to track transactions across multiple systems. It can take any value, but we recommend avoiding `.` characters. If not provided in the request, NHS Notify will default to a system generated ID in its place. From c8b1a97da91accb28c84975976fc5c67a93d2c25 Mon Sep 17 00:00:00 2001 From: Tim Ireland Date: Thu, 30 Oct 2025 12:03:29 +0000 Subject: [PATCH 4/4] Update .gitleaksignore added gitleaks ignore