Skip to main content
POST
/
filesystem.Filesystem
/
CreateWatcher
CreateWatcher
curl --request POST \
  --url https://api.example.com/filesystem.Filesystem/CreateWatcher \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>",
  "recursive": true
}
'
{
  "watcherId": "<string>"
}

Body

application/json
path
string
recursive
boolean

Response

Success

watcherId
string