contactlists.bulkContactsPut
PUT
https://relay.bluejeans.com/api/contactlists/contacts/csv
Perform a bulk update of contacts for a contact list.
Clients may alternately use the POST verb for this API method, in case PUT file uploads are unsupported (e.g. IE 9).
PUT /api/contactlists//contacts/csv HTTP/1.1
Content-Type: text/csv
"name","dialstring"
"Standup", "123456789@test.vc"
"All Hands", "678.123@test.vc"
HTTP/1.1 200 OK
inputs
text/csv, application/vnd.ms-excel, application/octet-stream
id
String QUERY nocontent
The CSV file to parse and update.
String
BODY
yes
outputs
The new JSON contact list with updated contacts, identical to the result from a GET /api/contactlists/{id}.
It is the caller's responsibility to reconcile problems for any rows that did not update correctly.
application/json
ContactList