Skip to content

Commit 0c27cf1

Browse files
committed
Swagger QA changes
1 parent 9d72a8c commit 0c27cf1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

infrastructure/swagger/02_info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ info:
7474
| Environment | Base URL |
7575
| ----------------- | --------------------------------------------------------------------------- |
7676
| Sandbox | `https://sandbox.api.service.nhs.uk/connecting-party-manager/` |
77-
| Integration | `https://int.api.service.nhs.uk/connecting-party-manager/consumer/` |
78-
| Production | `https://api.service.nhs.uk/connecting-party-manager/consumer/` |
77+
| Integration | `https://int.api.service.nhs.uk/connecting-party-manager/` |
78+
| Production | `https://api.service.nhs.uk/connecting-party-manager/` |
7979
8080
### Sandbox and Integration environments
8181

infrastructure/swagger/12_components--responses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ components:
2121
headers:
2222
<<: *ResponseHeaders
2323
NotFound:
24-
description: Not found.
24+
description: Not found
2525
content:
2626
application/json:
2727
schema:

infrastructure/swagger/13_components--parameters--query.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ components:
44
NhsAsClient:
55
name: nhs_as_client
66
in: query
7-
required: false
7+
required: true
88
description: "Accredited System Client"
99
schema:
1010
type: string
1111
NhsAsClientInteration:
1212
name: nhs_as_svc_ia
1313
in: query
14-
required: false
14+
required: true
1515
description: "Accredited System Client Interaction"
1616
schema:
1717
type: string

0 commit comments

Comments
 (0)