File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 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." ,
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 }
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 }
You can’t perform that action at this time.
0 commit comments