Files
Edit file
Edit a text file using a sequence of precise edit operations.
Parameters#
target_filestringrequiredThe absolute path to the file to edit.
operationsobject[]requiredA list of operations to apply to the file: replace_block, insert_after, insert_before, delete_block, append_line.