summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/following.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/following.go')
-rw-r--r--internal/api/client/accounts/following.go10
1 files changed, 7 insertions, 3 deletions
diff --git a/internal/api/client/accounts/following.go b/internal/api/client/accounts/following.go
index 9a8e488b2..1503eddbf 100644
--- a/internal/api/client/accounts/following.go
+++ b/internal/api/client/accounts/following.go
@@ -99,9 +99,13 @@ import (
// name: accounts
// description: Array of accounts that are followed by this account.
// schema:
-// type: array
-// items:
-// "$ref": "#/definitions/account"
+// type: array
+// items:
+// "$ref": "#/definitions/account"
+// headers:
+// Link:
+// type: string
+// description: Links to the next and previous queries.
// '400':
// description: bad request
// '401':