From 0118e03cdaae5a378d6995cd1a49411a1132b8d7 Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Sat, 1 Mar 2025 11:37:40 +0100 Subject: [feature] Implement CSV import for mutes (#3696) * Implement CSV import for mutes * update swagger.yaml * update documentation * add ImportTestSuite.TestImportMutes * fix comment typo --- docs/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 75fa2a777..563a0c16f 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -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 -- cgit v1.2.3