Skip to content

Commit

Permalink
Merge pull request #131 from NHSDigital/feature/made14-NRL-1007-reqid…
Browse files Browse the repository at this point in the history
…-required-in-spec

[NRL-1007] Make X-Request-Id a required header in the API spec
  • Loading branch information
mattdean3-nhs authored Sep 2, 2024
2 parents 099e939 + 9a65a09 commit 762e9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/record-locator/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ components:
Mirrored back in a response header.
in: header
required: false
required: true
schema:
$ref: "#/components/schemas/RequestHeaderRequestId"
correlationId:
Expand Down Expand Up @@ -1646,4 +1646,4 @@ components:
pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
example: 60E0B220-8136-4CA5-AE46-1D97EF59D068
description: |
The X-Request-ID from the request header, if supplied, mirrored back.
The X-Request-ID from the request header mirrored back.

0 comments on commit 762e9c0

Please sign in to comment.