Benchling · Schema

RequestTasksBulkUpdateResponse

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
tasks array The Legacy Request Tasks to update
View JSON Schema on GitHub

JSON Schema

RequestTasksBulkUpdateResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTasksBulkUpdateResponse.json",
  "title": "RequestTasksBulkUpdateResponse",
  "properties": {
    "tasks": {
      "description": "The Legacy Request Tasks to update",
      "items": {
        "$ref": "#/components/schemas/RequestTask"
      },
      "type": "array"
    }
  },
  "type": "object"
}