Update an analysis's metadata
Update analysis metadata fields. Does not replace the parquet.
Path Parameters
Body
Partial update for an analysis. Does not replace the parquet.
New analysis name.
New analysis type (non-empty).
1Revised column specs.
Replacement metadata dict.
New free-text description of how the analysis was performed.
New source pipeline FK (null to clear).
New source simple-pipeline FK (null to clear).
New source analysis FK (null to clear).
New provenance note.
Response
Successful Response
An analysis record as returned by the API.
ID of the parent cell measurement this analysis is derived from.
User-provided analysis name.
Kind of analysis, e.g. 'ecm_from_eis'. Free-form; see KNOWN_ANALYSIS_TYPES for the advisory set the frontend offers.
1Unique identifier.
Organization that owns this analysis.
Project this analysis belongs to, denormalized from the parent measurement.
Creation timestamp.
Last update timestamp.
Columns present in the analysis parquet, for header preview.
Loose metadata: source RPT/cycle identity, extractor parameters, etc.
Free-text human description of how the analysis was performed.
FK to the pipeline this analysis was computed from.
FK to the simple pipeline this analysis was computed from.
FK to another analysis this analysis was computed from.
Free-text provenance note.
User ID of the creator.