meetings.insertCollection
POST
https://relay.bluejeans.com/api/meetings/collection
Inserts a list of new Meetings, following the same rules for each insertion as a normal POST would. Because this
method always returns a List of BulkOperationResponse, except in the case of an internal error, this API always
returns an HTTP 200. For status on each individual operation, the BulkOperationResponse must be inspected.
outputs
List of BulkOperationResponse, in order, containing the results of executing the insertion operation on
the provided list of new Meetings.
application/json
List<BulkOperationResponse>