filesystem
Stream file modification events in a directory
Streams the path of modified files (one per line) in the given directory. Closes when the client disconnects.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Directory path to watch
Query Parameters
Ignore patterns (comma-separated)
Response
200
text/plain
Stream of modified file paths, one per line
The response is of type string
.