[feature] Implement CSV import for mutes (#3696)

* Implement CSV import for mutes

* update swagger.yaml

* update documentation

* add ImportTestSuite.TestImportMutes

* fix comment typo
This commit is contained in:
Xavier Vello
2025-03-01 11:37:40 +01:00
committed by GitHub
parent d73acc70d5
commit 0118e03cda
7 changed files with 349 additions and 1 deletions

View File

@ -8403,7 +8403,7 @@ paths:
type: file
- description: |-
Type of entries contained in the data file:
- `following` - accounts to follow. - `blocks` - accounts to block.
- `following` - accounts to follow. - `blocks` - accounts to block. - `mutes` - accounts to mute.
in: formData
name: type
required: true