Skip to main content
PATCH
Update user automation preference (enable/disable)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
enabled
boolean
required

Per-user on/off flag for the automation; stored on the User document (not the Automation itself).

Response

Automation preference updated

Returned after a user toggles per-user enabled state for an automation. The flag is stored on the User document, not the Automation.

success
enum<boolean>
required
Available options:
true
data
object
required
message
string