Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 5e47547

Browse files
authored
Auto-merge PR based on merge event
Auto-merging PR based on merge event from upstream repository
2 parents 34f73ee + 86b3dfa commit 5e47547

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

site/specs/messaging.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,6 +1794,11 @@ components:
17941794
example: custom tag
17951795
priority:
17961796
$ref: '#/components/schemas/priorityEnum'
1797+
expiration:
1798+
type: string
1799+
format: date-time
1800+
description: The expiration date-time set by the user.
1801+
example: '2021-02-01T11:29:18-05:00'
17971802
messageRequest:
17981803
title: MessageRequest
17991804
type: object
@@ -1852,10 +1857,12 @@ components:
18521857
$ref: '#/components/schemas/priorityEnum'
18531858
expiration:
18541859
type: string
1860+
format: date-time
18551861
description: >-
18561862
A string with the date/time value that the message will
18571863
automatically expire by. This must be a valid RFC-3339 value, e.g.,
1858-
2021-03-14T01:59:26Z or 2021-03-13T20:59:26-05:00.
1864+
2021-03-14T01:59:26Z or 2021-03-13T20:59:26-05:00. Must be a
1865+
date-time in the future.
18591866
example: '2021-02-01T11:29:18-05:00'
18601867
inboundMessageCallback:
18611868
description: Inbound Message Callback

0 commit comments

Comments
 (0)