How does the Auto mute plugin work?

On Vérification que vous n'êtes pas un robot ! it says that a json like this is expected:

{
  data: {
    value: string
    action?: 'add' | 'remove' // Default is 'add'
    updatedAt?: string // ISO 8601
  }[]
}

In the settings of the plugin, however. it says « URLs (one per line) »

What is correct? And how do I know if it’s working? I’ve tried both variants. I also tried to enable « Publicly expose my mute list », but where is the mutelist supose to be exposed?

The URL in the plugin settings must respond the expected JSON model you pasted.

For the « expose my mute list », see peertube-plugin-auto-mute · master · Framasoft / PeerTube / official-plugins · GitLab