Skip to content

Commit c9f29c4

Browse files
authored
Updated the sample API key to ‘aTfjAa9vHfnmaQNABgSXGFCS9SFVMLWc’ (#31)
1 parent b23007f commit c9f29c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema:
22
type: string
3-
example: 11C46F5F-CDEF-4865-94B2-0EE0EDCC26DA
3+
example: aTfjAa9vHfnmaQNABgSXGFCS9SFVMLWc
44
description: |
5-
The api key required to send a successful request.
5+
The API key required to send a successful request.

specification/nhs-website-content-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ paths:
190190
191191
However, the `orderBy` parameter can be used with the `startDate` and `endDate` parameters to filter down to the desired date. `startDate` and `endDate` should be given in the YYYY-MM-DD format.
192192
193-
For example `https://api.nhs.uk/medicines?apikey=xxx&startDate=2022-01-01&orderBy=dateModified`
193+
For example `https://api.nhs.uk/medicines?startDate=2022-01-01&orderBy=dateModified`
194194
195195
responses:
196196
"200":
@@ -394,7 +394,7 @@ components:
394394
required: true
395395
schema:
396396
type: string
397-
example: "11C46F5F-CDEF-4865-94B2-0EE0EDCC26DA"
397+
example: "aTfjAa9vHfnmaQNABgSXGFCS9SFVMLWc"
398398
startDate:
399399
name: startDate
400400
in: query

0 commit comments

Comments
 (0)