Automation
Update Automation Settings
Update automation settings for the authenticated user.
put/api/v1/automation/settings
Request body
Example request
{
"is_enabled": true,
"session_duration": 3600
}Response
Successful Response
Example response
{
"is_enabled": true,
"session_duration": 3600
}