Update build sources (raw)
repovive_build_update_sourcesSend a raw update-sources body to a build draft to modify fields that typed tools do not cover.
Instructions
Send a raw update-sources body to a draft, for fields the typed tools do not cover. Prefer repovive_build_update_statement, _set_generator, _set_gen_data, _set_validator or _set_custom_checker unless you need something they omit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_json | Yes | Raw JSON body for update-sources. Supported keys include: {"statementDraft":{...}}, {"generatorName":"gen","generatorSource":"..."}, {"genDataContent":"..."}, {"checker":{"type":"custom","sourceCode":"..."}}, {"validatorSource":"..."}, {"deleteGeneratorName":"gen"} | |
| session_id | Yes | Build session id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |