Replace a LOG store's field definitions (full replace)
rootr_update_log_fieldsUpdate a LOG store's field schema by replacing the entire field set. Include every field to retain to avoid data loss.
Instructions
Update the field schema of an existing LOG store. WARNING: this REPLACES THE ENTIRE FIELD SET — you must resend every field you want to keep, not just the ones you are changing/adding. Read the LOG store first (e.g. via rootr_read or a get-log call) to see its current fields before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | LOG store node id | |
| fields | Yes | COMPLETE field list to set — omitted existing fields will be dropped |