Skip to content

Commit

Permalink
Merge pull request #87 from NHSDigital/feature/nrfl-425-ods-extension…
Browse files Browse the repository at this point in the history
…-code-parameters

[NRLF-425] Renamed RequestHeaderReceiverCode to RequestHeaderOrganisationExtensionCode
  • Loading branch information
Brian Bayes authored Apr 28, 2023
2 parents 5a1f749 + 199db66 commit 7a7b833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/record-locator/producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ components:
type: string
RequestHeaderOdsCode:
type: string
RequestHeaderReceiverCode:
RequestHeaderOrganisationExtensionCode:
type: string
RequestHeaderRequestId:
type: string
Expand Down Expand Up @@ -1718,10 +1718,10 @@ components:
value: XYZ
odsCodeExtension:
name: NHSD-End-User-Organisation
description: Receiver Code for Organisation
description: Organisation extension code
in: header
schema:
$ref: "#/components/schemas/RequestHeaderReceiverCode"
$ref: "#/components/schemas/RequestHeaderOrganisationExtensionCode"
requestId:
name: X-Request-ID
description: |
Expand Down

0 comments on commit 7a7b833

Please sign in to comment.