diff options
Diffstat (limited to 'internal/api/client/account/relationships.go')
-rw-r--r-- | internal/api/client/account/relationships.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/api/client/account/relationships.go b/internal/api/client/account/relationships.go index b0404c3a1..9dbc8c4bb 100644 --- a/internal/api/client/account/relationships.go +++ b/internal/api/client/account/relationships.go @@ -8,9 +8,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/oauth" ) -// AccountRelationshipsGETHandler serves the relationship of the requesting account with one or more requested account IDs. -// -// swagger:operation GET /api/v1/accounts/relationships accountRelationships +// AccountRelationshipsGETHandler swagger:operation GET /api/v1/accounts/relationships accountRelationships // // See your account's relationships with the given account IDs. // |