diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/swagger.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 44e0cba15..55d7a3402 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -2774,6 +2774,9 @@ paths: description: |- The parameters can also be given in the body of the request, as JSON, if the content-type is set to 'application/json'. The parameters can also be given in the body of the request, as XML, if the content-type is set to 'application/xml'. + + If you already follow (request) the given account, then the follow (request) will be updated instead using the + `reblogs` and `notify` parameters. operationId: accountFollow parameters: - description: ID of the account to follow. |