Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/getMyPrescriptions/src/getMyPrescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const servicesCache: ServicesCache = {}
const LAMBDA_TIMEOUT_MS = 10_000
const SPINE_TIMEOUT_MS = 9_000
const SERVICE_SEARCH_TIMEOUT_MS = 5_000
export const DELEGATED_ACCESS_HDR = "delegatedaccess"
export const DELEGATED_ACCESS_HDR = "x-nhsd-delegated-access"
export const DELEGATED_ACCESS_SUB_HDR = "x-nhsd-subject-nhs-number"

export type GetMyPrescriptionsEvent = {
Expand Down
1 change: 1 addition & 0 deletions packages/specification/prescriptions-for-patients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ components:
x-nhsd-apim:
temporary: false
monitoring: true
delegatedaccess: true
access:
- title: User Restricted
grants:
Expand Down
Loading