Skip to content

Commit cd61bd4

Browse files
Merge pull request #937 from NHSDigital/release
CCM-10014 - Release v4.42.0 merge to master
2 parents 4847a42 + 4069c41 commit cd61bd4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

specification/schemas/components/MessageStatus.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ properties:
2929
$ref: ../enums/ChannelType.yaml
3030
channelStatus:
3131
$ref: ../enums/ChannelStatus.yaml
32+
enum:
33+
- delivered
34+
- failed
3235
timestamp:
3336
type: string
3437
description: Timestamp of the callback event.

specification/schemas/components/Recipient.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ properties:
2222
example: "recipient@nhs.net"
2323
sms:
2424
type: string
25-
description: Overriding UK mobile telephone number for recipient. Must be a valid UK mobile number format (with or without international access code).
25+
description: |+
26+
Overriding mobile number for the recipient. Must be in a valid UK format or international format with a country code.
27+
28+
Learn more about [sending text messages to international numbers](https://notify.nhs.uk/pricing/text-messages#sending-text-messages-to-international-numbers).
2629
example: "07777777777"
2730
address:
2831
type: object

0 commit comments

Comments
 (0)