This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +330
-468
lines changed Expand file tree Collapse file tree 3 files changed +330
-468
lines changed Original file line number Diff line number Diff line change @@ -1232,6 +1232,16 @@ paths:
1232
1232
description : >-
1233
1233
Indicating if you want the numbers returned in your results to
1234
1234
consecutive only, or not. (true/false)
1235
+ - name : digits
1236
+ in : query
1237
+ description : >-
1238
+ You can search a specific phone number in the Bandwidth inventory
1239
+ with a specific pattern e.g. 123.
1240
+ schema :
1241
+ type : string
1242
+ minLength : 2
1243
+ maxLength : 10
1244
+ example : 123
1235
1245
responses :
1236
1246
' 200 ' :
1237
1247
description : successful operation
Original file line number Diff line number Diff line change @@ -1794,6 +1794,11 @@ components:
1794
1794
example : custom tag
1795
1795
priority :
1796
1796
$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'
1797
1802
messageRequest :
1798
1803
title : MessageRequest
1799
1804
type : object
@@ -1852,10 +1857,12 @@ components:
1852
1857
$ref : ' #/components/schemas/priorityEnum'
1853
1858
expiration :
1854
1859
type : string
1860
+ format : date-time
1855
1861
description : >-
1856
1862
A string with the date/time value that the message will
1857
1863
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.
1859
1866
example : ' 2021-02-01T11:29:18-05:00'
1860
1867
inboundMessageCallback :
1861
1868
description : Inbound Message Callback
You can’t perform that action at this time.
0 commit comments