# Bulk update abstract statuses Allows for bulk update of abstract statuses Endpoint: POST /abstracts/{tenantId}/breakoutSessions Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant ## Query parameters: - `fields` (string) The fields that you want to retrieve; if omitted, the entire object is returned - `exclusiveStartKey` (string) If paging, this allows you to return the next set of results ## Request fields (application/json): - `abstractIds` (array, required) Array of ids for the abstracts that will become breakout sessions - `sessionData` (object) ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields