File tree Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 89
89
"application/json" : {
90
90
"schema" : {
91
91
"properties" : {
92
+ "template_id" : {
93
+ "type" : " integer" ,
94
+ "example" : 1
95
+ },
92
96
"message_content" : {
93
97
"properties" : {
94
98
"subject" : {
153
157
},
154
158
"message_schedule" : {
155
159
"properties" : {
160
+ "embargo" : {
161
+ "type" : " string" ,
162
+ "format" : " date-time" ,
163
+ "example" : " 2025-04-17 09:00:00"
164
+ },
156
165
"repeat_interval" : {
157
166
"type" : " string" ,
158
167
"example" : " 24 hours"
188
197
"type" : " string" ,
189
198
190
199
},
191
- "embargo" : {
192
- "type" : " string" ,
193
- "example" : " 2025-04-17 09:00:00"
194
- },
195
200
"user_selection" : {
196
201
"type" : " string" ,
197
202
"example" : " all-active-users"
256
261
"schema" : {
257
262
"type" : " string"
258
263
}
264
+ },
265
+ {
266
+ "name" : " messageId" ,
267
+ "in" : " path" ,
268
+ "description" : " message ID" ,
269
+ "required" : true ,
270
+ "schema" : {
271
+ "type" : " string"
272
+ }
259
273
}
260
274
],
261
275
"responses" : {
1549
1563
"type" : " string" ,
1550
1564
"format" : " date-time" ,
1551
1565
"nullable" : true
1566
+ },
1567
+ "embargo" : {
1568
+ "type" : " string" ,
1569
+ "example" : " 2023-01-01T12:00:00Z" ,
1570
+ "nullable" : true
1552
1571
}
1553
1572
},
1554
1573
"type" : " object"
1569
1588
"type" : " string" ,
1570
1589
"nullable" : true
1571
1590
},
1572
- "embargo" : {
1573
- "type" : " string" ,
1574
- "example" : " 2023-01-01T12:00:00Z" ,
1575
- "nullable" : true
1576
- },
1577
1591
"user_selection" : {
1578
1592
"type" : " string" ,
1579
1593
"nullable" : true
You can’t perform that action at this time.
0 commit comments