Non-streaming versions of WatchDir
cURL
curl --request POST \ --url https://api.example.com/filesystem.Filesystem/CreateWatcher \ --header 'Content-Type: application/json' \ --data ' { "path": "<string>", "recursive": true } '
{ "watcherId": "<string>" }
Success
Was this page helpful?