Add /api/v1/followed_tags
[akkoma] / lib / pleroma / web / api_spec / schemas / tag.ex
index 41b5e5c785277cdfb971f796037f4a608874c0e9..657fc3d2b8a8c96d35ea94d8573de459b3a87cf9 100644 (file)
@@ -21,6 +21,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Tag do
       following: %Schema{
         type: :boolean,
         description: "Whether the authenticated user is following the hashtag"
+      },
+      history: %Schema{
+        type: :array,
+        items: %Schema{type: :string},
+        description:
+          "A list of historical uses of the hashtag (not implemented, for compatibility only)"
       }
     },
     example: %{