Skip to content

Commit b6e7a91

Browse files
committed
Updated '/care-and-support' to be '/common-health-questions'. Autoformatting converted single quotes to be double quotes.
1 parent 2e70266 commit b6e7a91

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

specification/nhs-website-content-api.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This is an OpenAPI Specification (https://swagger.io/specification/)
22
# for nhs-website-content-api owned by NHS Digital (https://digital.nhs.uk/)
3-
openapi: '3.0.0'
3+
openapi: "3.0.0"
44
info:
5-
title: 'nhs-website-content-api'
6-
version: 'Computed and injected at build time by `scripts/set_version.py`'
5+
title: "nhs-website-content-api"
6+
version: "Computed and injected at build time by `scripts/set_version.py`"
77
description: |
88
## Overview
99
An API representation of content on the [NHS website](https://www.nhs.uk)
@@ -45,7 +45,7 @@ info:
4545
- /medicines
4646
- /live-well
4747
- /mental-health
48-
- /care-and-support
48+
- /common-health-questions
4949
- /pregnancy
5050
- /nhs-services
5151
@@ -71,14 +71,14 @@ info:
7171
The logo should be clearly visible and in line with the associated content on every web page that contains the syndicated content. You should also link this logo to the relevant page on the NHS website that the content has been supplied from. This URL is supplied as part of the feed under author:
7272
7373
contact:
74-
name: 'nhs-website-content-api API Support'
75-
url: 'https://digital.nhs.uk/developer/help-and-support'
74+
name: "nhs-website-content-api API Support"
75+
url: "https://digital.nhs.uk/developer/help-and-support"
7676
email: api.management@nhs.net
7777
servers:
78-
- url: 'https://sandbox.api.service.nhs.uk/nhs-website-content-api'
78+
- url: "https://sandbox.api.service.nhs.uk/nhs-website-content-api"
7979
description: Sandbox environment.
80-
- url: 'https://int.api.service.nhs.uk/nhs-website-content-api'
80+
- url: "https://int.api.service.nhs.uk/nhs-website-content-api"
8181
description: Integration test environment.
82-
- url: 'https://api.service.nhs.uk/nhs-website-content-api'
82+
- url: "https://api.service.nhs.uk/nhs-website-content-api"
8383
description: Production environment.
8484
paths: {}

0 commit comments

Comments
 (0)