Skip to content

Commit aac33c0

Browse files
NRL-1554 Fix missing swagger changes from NRL-1472
1 parent 2790ae2 commit aac33c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/consumer/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,12 +1039,14 @@ components:
10391039
enum:
10401040
- "urn:nhs-ic:record-contact"
10411041
- "urn:nhs-ic:unstructured"
1042+
- "urn:nhs-ic:structured"
10421043
description: The code representing the format of the document.
10431044
display:
10441045
type: string
10451046
enum:
10461047
- "Contact details (HTTP Unsecured)"
10471048
- "Unstructured Document"
1049+
- "Structured Document"
10481050
description: The display text for the code.
10491051
required:
10501052
- system

api/producer/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,12 +1695,14 @@ components:
16951695
enum:
16961696
- "urn:nhs-ic:record-contact"
16971697
- "urn:nhs-ic:unstructured"
1698+
- "urn:nhs-ic:structured"
16981699
description: The code representing the format of the document.
16991700
display:
17001701
type: string
17011702
enum:
17021703
- "Contact details (HTTP Unsecured)"
17031704
- "Unstructured Document"
1705+
- "Structured Document"
17041706
description: The display text for the code.
17051707
required:
17061708
- system

0 commit comments

Comments
 (0)