Skip to content

Commit ae4406b

Browse files
committed
date time format validation
date time parameters should be ISO-8601 UTC
1 parent 5bb8f4b commit ae4406b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/premiummail

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@
235235
},
236236
{
237237
"name": "startdate",
238-
"description": "Search period start, in Datetime format",
238+
"description": "Search period start, in ISO-8601 UTC date time",
239239
"required": false,
240240
"type": "string",
241241
"paramType": "body"
242242
},
243243
{
244244
"name": "enddate",
245-
"description": "Search period end, in Datetime format",
245+
"description": "Search period end, in ISO-8601 UTC date time",
246246
"required": false,
247247
"type": "string",
248248
"paramType": "body"
@@ -1137,14 +1137,14 @@
11371137
},
11381138
{
11391139
"name": "startdate",
1140-
"description": "Search period start, in Datetime format",
1140+
"description": "Search period start, in ISO-8601 UTC date time",
11411141
"required": false,
11421142
"type": "string",
11431143
"paramType": "body"
11441144
},
11451145
{
11461146
"name": "enddate",
1147-
"description": "Search period end, in Datetime format",
1147+
"description": "Search period end, in ISO-8601 UTC date time",
11481148
"required": false,
11491149
"type": "string",
11501150
"paramType": "body"
@@ -1412,14 +1412,14 @@
14121412
},
14131413
{
14141414
"name": "startdate",
1415-
"description": "Auto-response period start, in Datetime format",
1415+
"description": "Auto-response period start, in ISO-8601 UTC date time",
14161416
"required": false,
14171417
"type": "string",
14181418
"paramType": "body"
14191419
},
14201420
{
14211421
"name": "enddate",
1422-
"description": "Auto-response period end, in Datetime format",
1422+
"description": "Auto-response period end, in ISO-8601 UTC date time",
14231423
"required": false,
14241424
"type": "string",
14251425
"paramType": "body"

0 commit comments

Comments
 (0)