Skip to content

Commit 0cc5137

Browse files
Merge pull request #57 from NHSDigital/NPA-2672-change-url
NPA-2672 Update base path for URL
2 parents 6aef934 + dcfe4a3 commit 0cc5137

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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)