Components

Update component from modified grounding

Regenerates a component using modified grounding data. For charts, provide html_table. For flowcharts, provide intermediate_json.

put/api/v0/components/{component_id}

Path parameters

component_idstring required

Request body

html_tablestring nullable

The HTML table containing chart data (for charts)

intermediate_jsonobject nullable

The intermediate JSON representation (for flowcharts)

Response

Successful Response

job_status_idstring uuid required

The ID of the job status

statusstring required

The status of the job

Changes