Base

Custom Component Update

Update an existing custom component with new code and configuration.<br><br>Processes the provided code and template updates, applies parameter changes (including those loaded from the<br>database), updates the component's build configuration, and validates outputs. Returns the updated component node as<br>a JSON-serializable dictionary.<br><br>Raises:<br> HTTPException: If an error occurs during component building or updating.<br> SerializationError: If serialization of the updated component node fails.

post/api/v1/custom_component/update

Request body

codestring required
frontend_nodeobject nullable
fieldstring required
templateobject required
tool_modeboolean

Response

Successful Response

{"stackTrail":"paths:/api/v1/custom_component/update:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes