summaryrefslogtreecommitdiff
path: root/internal/api/model/emoji.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-31 23:17:39 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-31 23:17:39 +0200
commit6bd26ff4c4d655e26adcf43d9331e9a3efe1329a (patch)
tree12785e672d8c4815ce54599c747fe2f3927a0c6a /internal/api/model/emoji.go
parentrequirements.txt for RtD (diff)
downloadgotosocial-6bd26ff4c4d655e26adcf43d9331e9a3efe1329a.tar.xz
more swagger docs + other changes (#125)
* more swagger docs + other changes * go fmt
Diffstat (limited to 'internal/api/model/emoji.go')
-rw-r--r--internal/api/model/emoji.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/model/emoji.go b/internal/api/model/emoji.go
index c1f81bf17..7f55038f7 100644
--- a/internal/api/model/emoji.go
+++ b/internal/api/model/emoji.go
@@ -42,6 +42,7 @@ type Emoji struct {
}
// EmojiCreateRequest represents a request to create a custom emoji made through the admin API.
+//
// swagger:model emojiCreateRequest
type EmojiCreateRequest struct {
// Desired shortcode for the emoji, without surrounding colons. This must be unique for the domain.