diff options
Diffstat (limited to 'internal/api/model')
-rw-r--r-- | internal/api/model/emoji.go | 1 |
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. |