---
title: "Updates the scrobble settings for a given provider. Libraries are filtered on supported types"
method: POST
path: "/api/Scrobbling/update-scrobble-settings"
tags: ["Scrobbling"]
---

# Updates the scrobble settings for a given provider. Libraries are filtered on supported types

`POST /api/Scrobbling/update-scrobble-settings`

## Query parameters

- `provider` 0 | 1 | 2 | 4 | 5 | 6 — Members: - `0` — Kavita - `1` — AniList - `2` — Mal - `4` — Cbr - `5` — Hardcover - `6` — MangaBaka

## Request body

- ScrobbleProviderSettingsDto
  - `progressScrobbling` boolean
  - `wantToReadSync` boolean
  - `ratingScrobbling` boolean
  - `reviewsScrobbling` boolean
  - `reviewScrobbleTarget` 0 | 1 | 2 — Members: - `0` — Private - `1` — Friends - `2` — Public
  - `allLibraries` boolean
  - `libraries` integer[], nullable
  - `highestAgeRating` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -1 — Members: - `0` — Unknown - `1` — Rating Pending (RatingPending) - `2` — Early Childhood (EarlyChildhood) - `3` — Everyone - `4` — G - `5` — Everyone 10+ (Everyone10Plus) - `6` — PG - `7` — Kids to Adults (KidsToAdults) - `8` — Teen - `9` — MA15+ (Mature15Plus) - `10` — Mature 17+ (Mature17Plus) - `11` — M (Mature) - `12` — R18+ (R18Plus) - `13` — Adults Only 18+ (AdultsOnly) - `14` — X18+ (X18Plus) - `-1` — Not Applicable (NotApplicable)
  - `inactiveSeriesRule` ReadStatusTransitionRule
    - `enabled` boolean
    - `days` integer
    - `transitionStatus` 0 | 1 | 2 | 3 | 4 | 5 — Members: - `0` — Ignore - `1` — Want to Read (WantToRead) - `2` — Read - `3` — Un read (UnRead) - `4` — Dropped - `5` — On hold (OnHold)
    - `excludedPublicationStatus` PublicationStatus[], nullable
  - `droppedSeriesRule` ReadStatusTransitionRule
    - `enabled` boolean
    - `days` integer
    - `transitionStatus` 0 | 1 | 2 | 3 | 4 | 5 — Members: - `0` — Ignore - `1` — Want to Read (WantToRead) - `2` — Read - `3` — Un read (UnRead) - `4` — Dropped - `5` — On hold (OnHold)
    - `excludedPublicationStatus` PublicationStatus[], nullable

## Response `200`

OK

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
