Last updated 1 year ago
Append data to a file at the given path.
POST /{connectionSlug}/append HTTP/1.1 Host: api.sftpoverhttp.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 52 { "path": "hello.txt", "file": { "text": "Hello, world!" } }
The file was appended to
{ "append": true }