summaryrefslogtreecommitdiff
path: root/internal/api/model/marker.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/marker.go')
-rw-r--r--internal/api/model/marker.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/api/model/marker.go b/internal/api/model/marker.go
index f2d5cb296..d0d5dc67e 100644
--- a/internal/api/model/marker.go
+++ b/internal/api/model/marker.go
@@ -18,6 +18,8 @@
package model
// Marker represents the last read position within a user's timelines.
+//
+// swagger:model markers
type Marker struct {
// Information about the user's position in the home timeline.
Home *TimelineMarker `json:"home,omitempty"`