File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments