Skip to content

Commit dcfe4a3

Browse files
Adding spec changes
1 parent 08bb39b commit dcfe4a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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/)
33
openapi: '3.0.0'
44
info:
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'
140140
141141
servers:
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.

0 commit comments

Comments
 (0)