From fb8ff632eeb2d22bf16d4b2a27cd8b9d7f9d14ee Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 5 Oct 2018 01:22:17 +0200 Subject: [PATCH] Remove follows API (deprecated), add instances API --- content/en/api/rest/follows.md | 7 ------- content/en/api/rest/instances.md | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 content/en/api/rest/follows.md diff --git a/content/en/api/rest/follows.md b/content/en/api/rest/follows.md deleted file mode 100644 index 1946e8fa..00000000 --- a/content/en/api/rest/follows.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Follows API -menu: - docs: - parent: api - weight: 10 ---- diff --git a/content/en/api/rest/instances.md b/content/en/api/rest/instances.md index b1cd719f..5d639845 100644 --- a/content/en/api/rest/instances.md +++ b/content/en/api/rest/instances.md @@ -5,3 +5,11 @@ menu: parent: api weight: 10 --- + +## GET /api/v1/instance + +Returns [Instance]({{< relref "entities.md#instance" >}}) + +### Resource information + +{{< api_method_info auth="No" user="No" version="0.0.0" >}}