Benchling · Example Payload

Patchdataframe Response 202

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

Patchdataframe Response 202 is an example object payload from Benchling, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodstatuscontentTypeexample

Example Payload

Raw ↑
{
  "operationId": "patchDataFrame",
  "path": "/data-frames/{data_frame_id}",
  "method": "patch",
  "status": "202",
  "contentType": "application/json",
  "example": {
    "taskId": "task_b2ZtLWZha2UtZGVwbG95LWhlbGxvX3dvcmxkOm9mbS1mYWtlLWRlcGxveS1oZWxsb193b3JsZC1zZXEtMTIzNDU2Nzg="
  }
}