documentation/content/en/api/rest/follow-suggestions.md

26 lines
541 B
Markdown
Raw Normal View History

2018-09-26 00:19:54 +02:00
---
title: Follow suggestions
2018-09-26 00:19:54 +02:00
menu:
docs:
parent: rest-api
2018-09-26 00:19:54 +02:00
weight: 10
---
2018-10-05 01:37:50 +02:00
## GET /api/v1/suggestions
Accounts the user had past positive interactions with, but is not following yet.
Returns array of [Account]({{< relref "entities.md#account" >}})
### Resource information
{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}
2018-10-05 01:37:50 +02:00
## DELETE /api/v1/suggestions/:account_id
Remove account from suggestions.
### Resource information
{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}