Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Directory path to watch
Response
WebSocket connection established
The response is of type string
.
Streams JSON events of modified files in the given directory. Closes when the client disconnects.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Directory path to watch
WebSocket connection established
The response is of type string
.