cURL
curl --request POST \ --url https://api.example.com/filesystem.Filesystem/WatchDir \ --header 'Content-Type: application/connect+json' \ --data ' { "path": "<string>", "recursive": true } '
{ "filesystem": { "name": "<string>", "type": "EVENT_TYPE_UNSPECIFIED" } }
Success
Show child attributes
Was this page helpful?