Skip to content

Commit f808193

Browse files
committed
Add info
1 parent bb9e254 commit f808193

File tree

1 file changed

+57
-5
lines changed

1 file changed

+57
-5
lines changed

VTEX - Weni by VTEX API.json

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
}
5050
},
5151
{
52-
"$ref": "#/parameters/Before"
52+
"$ref": "#/components/parameters/Before"
5353
},
5454
{
55-
"$ref": "#/parameters/After"
55+
"$ref": "#/components/parameters/After"
5656
},
5757
{
5858
"name": "period",
@@ -317,6 +317,12 @@
317317
"schema": {
318318
"type": "integer"
319319
}
320+
},
321+
{
322+
"$ref": "#/components/parameters/Before"
323+
},
324+
{
325+
"$ref": "#/components/parameters/After"
320326
}
321327
],
322328
"responses": {
@@ -340,7 +346,53 @@
340346
"properties": {
341347
"id": {
342348
"type": "integer",
343-
"description": "The ID of the broadcast."
349+
"description": "The ID of the broadcast.",
350+
"example": 1234567890
351+
},
352+
"urns": {
353+
"type": "array",
354+
"description": "List of URNs that receive the broadcast.",
355+
"items": {
356+
"type": "string",
357+
"description": "URNs of the recipient.",
358+
"example": [
359+
"tel:+250788123123",
360+
"tel:+250788123124"
361+
]
362+
}
363+
},
364+
"contacts": {
365+
"type": "array",
366+
"description": "List of contacts that received the broadcast.",
367+
"items": {
368+
"type": "object",
369+
"description": "Information of the contact that received the broadcast.",
370+
"properties": {
371+
"uuid": {
372+
"type": "string",
373+
"description": "UUID of the contact.",
374+
"example": "09d23a05-47fe-11e4-bfe9-b8f6b119e9ab"
375+
},
376+
"name": {
377+
"type": "string",
378+
"description": "Name of the contact.",
379+
"example": "John"
380+
}
381+
}
382+
}
383+
},
384+
"groups": {
385+
"type": "array",
386+
"description": "List of groups that received the broadcast.",
387+
"items": {
388+
"type": "object",
389+
"description": "Information about the groups that received the broadcast.",
390+
"properties": {
391+
"id": {
392+
393+
}
394+
}
395+
}
344396
}
345397
}
346398
}
@@ -2899,7 +2951,7 @@
28992951
"style": "form",
29002952
"schema": {
29012953
"type": "string",
2902-
"example": "2025-01-01T00:00:00"
2954+
"example": "2025-11-20T00:00:00"
29032955
}
29042956
},
29052957
"After": {
@@ -2910,7 +2962,7 @@
29102962
"style": "form",
29112963
"schema": {
29122964
"type": "string",
2913-
"example": "2025-01-01T00:00:00"
2965+
"example": "2025-11-20T00:00:00"
29142966
}
29152967
}
29162968
},

0 commit comments

Comments
 (0)