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
Copy file name to clipboardExpand all lines: packages/specification/eps-prescription-status-update-api.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ paths:
239
239
description: |
240
240
Please ensure that any non-ASCII characters, including symbols like '+', in URL query string parameters are properly URL encoded.
241
241
242
-
URL encoding replaces unsafe characters with a "%" followed by two hexadecimal digits, and spaces are typically replaced with a plus (+) sign or "%20".
242
+
URL encoding replaces unsafe characters with a "%" followed by two hexadecimal digits, and spaces are typically replaced with a plus (+) sign or "%20".
243
243
244
244
The prescription id to return prescription status updates for
245
245
- in: header
@@ -301,7 +301,7 @@ paths:
301
301
## Overview
302
302
This endpoint provides a callback for the NHS notifications service to update the
303
303
Prescription Status Update API on the delivery status of requested notifications.
304
-
304
+
305
305
Please refer to [their documentation](https://digital.nhs.uk/developer/api-catalogue/nhs-notify#post-/%3Cclient-provided-message-status-URI%3E) for more detail on the request schema.
0 commit comments