v1

latestOpenAPI 3.0.2raw.githubusercontent.com2025-10-15392455.7 KB
Automation

Update Automation Settings

Update automation settings for the authenticated user.

put/api/v1/automation/settings

Request body

is_enabledboolean
session_durationinteger

Example request

{
  "is_enabled": true,
  "session_duration": 3600
}

Response

Successful Response

is_enabledboolean
session_durationinteger
user_idinteger required
created_atstring date-time required
updated_atstring date-time required

Example response

{
  "is_enabled": true,
  "session_duration": 3600
}