ingest_backfill
Ingests backfill JSON to save a slide's design and return available components after preparation confirms backfill stage.
Instructions
Ingests the design_doc backfill for an imported slide (stage="backfill").
Call AFTER a prepare_modify_component that returned stage="backfill".
Saves the backfilled design_doc and returns available_components. Pick a
component id and call prepare_modify_component again.
Args: project_id: Target project ID (required). slide_index: 1-based slide position. backfill_json: The backfill JSON generated by the client.
Returns: JSON with status="backfilled", available_components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| slide_index | Yes | ||
| backfill_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |