---
title: "Update Automation Settings"
method: PUT
path: "/api/v1/automation/settings"
tags: ["Automation"]
---

# Update Automation Settings

`PUT /api/v1/automation/settings`

Update automation settings for the authenticated user.

## Request body

- AutomationSettingsBase
  - `is_enabled` boolean
  - `session_duration` integer

## Response `200`

Successful Response

- AutomationSettings
  - `is_enabled` boolean
  - `session_duration` integer
  - `user_id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
