diff options
Diffstat (limited to 'internal/api/client/timelines')
-rw-r--r-- | internal/api/client/timelines/tag.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/internal/api/client/timelines/tag.go b/internal/api/client/timelines/tag.go index 0d95a6c58..e66955a73 100644 --- a/internal/api/client/timelines/tag.go +++ b/internal/api/client/timelines/tag.go @@ -26,7 +26,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/oauth" ) -// HomeTimelineGETHandler swagger:operation GET /api/v1/timelines/tag/{tag_name} tagTimeline +// TagTimelineGETHandler swagger:operation GET /api/v1/timelines/tag/{tag_name} tagTimeline // // See public statuses that use the given hashtag (case insensitive). // @@ -49,6 +49,12 @@ import ( // // parameters: // - +// name: tag_name +// type: string +// description: Name of the tag +// in: path +// required: true +// - // name: max_id // type: string // description: >- |