Skip to main content
POST
/
watch-mode
/
start
Start file watching
curl --request POST \
  --url https://{organization}.data.credibledata.com/api/v0/watch-mode/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectName": "<string>"
}
'
{
  "message": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to start file watching for a project

projectName
string
required

Name of the project to start watching for file changes

Response

Watch mode started successfully.