Benchling · Schema

FilesUnarchive

The request body for unarchiving Files.

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

Properties

Name Type Description
fileIds array
View JSON Schema on GitHub

JSON Schema

FilesUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FilesUnarchive.json",
  "title": "FilesUnarchive",
  "additionalProperties": false,
  "description": "The request body for unarchiving Files.\n",
  "properties": {
    "fileIds": {
      "items": {
        "type": "string"
      },
      "maxItems": 100,
      "type": "array"
    }
  },
  "required": [
    "fileIds"
  ],
  "type": "object"
}