You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
300
301
/conditions/*:
301
302
parameters:
302
-
- $ref: "#/components/parameters/apikey"
303
303
- $ref: "#/components/parameters/modules"
304
304
get:
305
305
summary: Get details of a condition page
@@ -340,7 +340,6 @@ paths:
340
340
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
341
341
/medicines:
342
342
parameters:
343
-
- $ref: "#/components/parameters/apikey"
344
343
- $ref: "#/components/parameters/startDate"
345
344
- $ref: "#/components/parameters/endDate"
346
345
- $ref: "#/components/parameters/order"
@@ -390,7 +389,6 @@ paths:
390
389
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
391
390
/medicines/*:
392
391
parameters:
393
-
- $ref: "#/components/parameters/apikey"
394
392
- $ref: "#/components/parameters/modules"
395
393
get:
396
394
summary: Get specific medicine page
@@ -430,8 +428,6 @@ paths:
430
428
| 404 | RESOURCE_NOT_FOUND | Page not found. |
431
429
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
432
430
/mental-health:
433
-
parameters:
434
-
- $ref: "#/components/parameters/apikey"
435
431
get:
436
432
summary: Get content from the mental health hub
437
433
operationId: get-mental-health
@@ -465,8 +461,6 @@ paths:
465
461
| 404 | RESOURCE_NOT_FOUND | Page not found. |
466
462
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
467
463
/live-well:
468
-
parameters:
469
-
- $ref: "#/components/parameters/apikey"
470
464
get:
471
465
summary: Get content from the Live Well hub.
472
466
operationId: get-live-well
@@ -499,8 +493,6 @@ paths:
499
493
| 404 | RESOURCE_NOT_FOUND | Page not found. |
500
494
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
501
495
/pregnancy:
502
-
parameters:
503
-
- $ref: "#/components/parameters/apikey"
504
496
get:
505
497
summary: Get content from the pregnancy hub
506
498
operationId: get-pregnancy
@@ -534,8 +526,6 @@ paths:
534
526
| 404 | RESOURCE_NOT_FOUND | Page not found. |
535
527
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
536
528
/nhs-services:
537
-
parameters:
538
-
- $ref: "#/components/parameters/apikey"
539
529
get:
540
530
summary: Get content from the NHS services hub
541
531
operationId: get-nhs-services
@@ -569,8 +559,6 @@ paths:
569
559
| 404 | RESOURCE_NOT_FOUND | Page not found. |
570
560
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
571
561
/common-health-questions:
572
-
parameters:
573
-
- $ref: "#/components/parameters/apikey"
574
562
get:
575
563
summary: Get content from the common health questions hub
576
564
operationId: get-common-health-questions
@@ -604,18 +592,12 @@ paths:
604
592
| 404 | RESOURCE_NOT_FOUND | Page not found. |
605
593
| 429 | TOO_MANY_REQUESTS | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
606
594
components:
607
-
headers:
608
-
apikey:
609
-
$ref: components/schemas/ApiKey.yaml
610
-
parameters:
595
+
securitySchemes:
611
596
apikey:
597
+
type: apiKey
598
+
in: header
612
599
name: apikey
613
-
in: query
614
-
description: The API key required to send a successful request.
0 commit comments