Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Path to the file to edit (relative to workspace)
Body
Code edit request
Response
Code edit applied successfully
"Code edit applied successfully"
"function hello() {\n console.log('Hello');\n}"
"src/main.js"
"Relace"
true
"function hello(world) {\n console.log('Hello', world);\n}"
