---
title: "Edit General Settings"
method: PUT
path: "/v1/api/user/settings/editsettings"
tags: ["user"]
---

# Edit General Settings

`PUT /v1/api/user/settings/editsettings`

Edits the user's general settings.

## Request body

- BaseSettingsModel
  - `email_notifications` boolean, nullable
  - `web_notifications` boolean, nullable
  - `mobile_notifications` boolean, nullable
  - `rss_notifications` boolean, nullable
  - `download_speed_in_tab` boolean, nullable
  - `show_tracker_in_torrents` boolean, nullable
  - `stremio_quality` integer[], nullable
  - `stremio_resolution` integer[], nullable
  - `stremio_language` integer[], nullable
  - `stremio_cache` integer[], nullable
  - `stremio_size_lower` integer, nullable
  - `google_drive_folder_id` string, nullable
  - `onedrive_save_path` string, nullable
  - `discord_id` string, nullable
  - `discord_notifications` boolean, nullable
  - `stremio_allow_adult` boolean, nullable
  - `stremio_seed_torrents` integer, nullable
  - `seed_torrents` integer, nullable
  - `allow_zipped` boolean, nullable
  - `stremio_allow_zipped` boolean, nullable
  - `onefichier_folder_id` string, nullable
  - `gofile_folder_id` string, nullable
  - `jdownloader_notifications` boolean, nullable
  - `webhook_notifications` boolean, nullable
  - `webhook_url` string, nullable
  - `telegram_notifications` boolean, nullable
  - `telegram_id` string, nullable
  - `mega_email` string, nullable
  - `mega_password` string, nullable
  - `stremio_sort` string, nullable
  - `cdn_selection` string, nullable
  - `stremio_use_custom_search_engines` boolean, nullable
  - `stremio_result_sort` string, nullable
  - `webdav_use_local_files` boolean, nullable
  - `stremio_legacy_your_media` boolean, nullable
  - `stremio_only_your_media_streams` boolean, nullable
  - `stremio_disable_your_media_streams` boolean, nullable
  - `webdav_use_folder_view` boolean, nullable
  - `webdav_flatten` boolean, nullable
  - `stremio_limit_per_resolution_torrent` integer, nullable
  - `stremio_limit_per_resolution_usenet` integer, nullable
  - `stremio_size_upper` integer, nullable
  - `stremio_torrent_seeders_cutoff` integer, nullable
  - `pixeldrain_api_key` string, nullable
  - `onefichier_api_key` string, nullable
  - `gofile_api_key` string, nullable
  - `patreon_id` string, nullable
  - `stremio_wait_for_download_usenet` boolean, nullable
  - `stremio_wait_for_download_torrent` boolean, nullable
  - `stremio_disable_filtered_note` boolean, nullable
  - `stremio_emoji_in_description` boolean, nullable
  - `dashboard_filter` object, nullable
  - `web_player_always_transcode` boolean, nullable
  - `web_player_always_skip_intro` boolean, nullable
  - `web_player_audio_preferred_language` string, nullable
  - `web_player_subtitle_preferred_language` string, nullable
  - `web_player_disable_prestream_selector` boolean, nullable
  - `dashboard_sort` string, nullable
  - `web_player_disable_next_up_dialogue` boolean, nullable
  - `web_player_enable_scrobbling` boolean, nullable
  - `append_filename_to_links` boolean, nullable
  - `subscribed_email_segments` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/torbox/apis/torbox-api.md) · [All operations](https://skmtc.dev/torbox/apis/torbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/torbox/torbox-api/revisions/6017d1e0162a/schema)
