File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ variables:
55 - name : short_service_name
66 value : vrsa
77 - name : service_base_path
8- value : validated-relationships-service-api
8+ value : validated-relationships
Original file line number Diff line number Diff line change 11# This is an OpenAPI Specification (https://swagger.io/specification/)
2- # for validated-relationships-service-api owned by NHS Digital (https://digital.nhs.uk/)
2+ # for validated-relationships owned by NHS Digital (https://digital.nhs.uk/)
33openapi : ' 3.0.0'
44info :
55 title : ' Validated Relationships Service API'
@@ -111,7 +111,7 @@ info:
111111 ## Environments and testing
112112 | Environment | Base URL |
113113 | ----------------- | ------------------------------------------------------------------------------------ |
114- | Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships-service-api /FHIR/R4/` |
114+ | Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
115115 | Integration test | `https://int.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
116116 | Production | `https://api.service.nhs.uk/validated-relationships/FHIR/R4/` |
117117
@@ -139,7 +139,7 @@ info:
139139 url : ' https://digital.nhs.uk/developer/help-and-support'
140140141141servers :
142- - url : ' https://sandbox.api.service.nhs.uk/validated-relationships-service-api /FHIR/R4'
142+ - url : ' https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4'
143143 description : Sandbox environment.
144144 - url : ' https://int.api.service.nhs.uk/validated-relationships/FHIR/R4'
145145 description : Integration test environment.
You can’t perform that action at this time.
0 commit comments