mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[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:
@ -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
|
||||
|
Reference in New Issue
Block a user