editor
Replace String
Replaces all occurrences of a string in a file with a new string.
POST
Body
application/json
File path to modify
Example:
"/path/to/file.txt"
String to replace
Example:
"old text"
Replacement string
Example:
"new text"
Response
204
_mintlify/placeholder
Successfully replaced string