DevelopersAPI referenceCronCrunchMonitoring
Update monitoring settings
Partial upsert. screenshotIntervalSeconds must be 60-1800. consentAt is stamped the first time either capture channel is enabled.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/monitoring/settings" \ -H "Content-Type: application/json" \ -d '{}'{ "settings": { "screenshotsEnabled": true, "screenshotIntervalSeconds": 0, "activityEnabled": true, "consentAt": "2019-08-24T14:15:22Z" }}