Merge branch 'develop' into frontend-switcher-9000
[akkoma] / lib / pleroma / web / api_spec / operations / custom_emoji_operation.ex
index 541c1ff1ba695d0ae7399ed94cc1cc51faae4ca3..98da1a6dec2390825bdfaba32d40ee7a51a4469a 100644 (file)
@@ -14,8 +14,8 @@ defmodule Pleroma.Web.ApiSpec.CustomEmojiOperation do
 
   def index_operation do
     %Operation{
-      tags: ["custom_emojis"],
-      summary: "List custom custom emojis",
+      tags: ["Custom emojis"],
+      summary: "Retrieve a list of custom emojis",
       description: "Returns custom emojis that are available on the server.",
       operationId: "CustomEmojiController.index",
       responses: %{