Skip to content

Commit e59fdf8

Browse files
committed
Update
1 parent b57f4c8 commit e59fdf8

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

VTEX - Weni by VTEX API.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@
468468
"urns": {
469469
"type": "array",
470470
"description": "List of URNs that will receive the broadcast. You can send up to 100 URNs per request.",
471-
"required": false,
472471
"items": {
473472
"type": "string",
474473
"description": "URNs of the recipient.",
@@ -477,6 +476,14 @@
477476
"tel:+250788123124"
478477
]
479478
}
479+
},
480+
"contacts": {
481+
"type": "array",
482+
"description": "The UUIDs of the contacts that will receive the broadcast. You can send up to 100 UUIDS per request.",
483+
"items": {
484+
"type": "string",
485+
"description": "UUID of the contact.",
486+
"example":
480487
}
481488
}
482489
}
@@ -491,12 +498,10 @@
491498
"schema": {
492499
"type": "object",
493500
"properties": {
494-
"next": {
495-
"$ref": "#/components/schemas/NextPage"
496-
},
497-
"previous": {
498-
"$ref": "#/components/schemas/PreviousPage"
499-
},
501+
"id": {
502+
"type": "integer",
503+
"description": ""
504+
}
500505
}
501506
}
502507
}

0 commit comments

Comments
 (0)