summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorLibravatar Xavier Vello <xavier.vello@gmail.com>2025-03-01 11:37:40 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-01 11:37:40 +0100
commit0118e03cdaae5a378d6995cd1a49411a1132b8d7 (patch)
tree2acd33b799b79e32bd4d6b0c784e12bae64baddd /docs/api
parentDocument importing posts (#3844) (diff)
downloadgotosocial-0118e03cdaae5a378d6995cd1a49411a1132b8d7.tar.xz
[feature] Implement CSV import for mutes (#3696)
* Implement CSV import for mutes * update swagger.yaml * update documentation * add ImportTestSuite.TestImportMutes * fix comment typo
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger.yaml2
1 files changed, 1 insertions, 1 deletions
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