{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTasksBulkUpdateRequest.json", "title": "RequestTasksBulkUpdateRequest", "additionalProperties": false, "description": "A request body for bulk updating Legacy Request Tasks.\n", "properties": { "tasks": { "description": "The Legacy Request Tasks to update", "items": { "$ref": "#/components/schemas/RequestTaskBase" }, "type": "array" } }, "required": [ "tasks" ], "type": "object" }