Merge branch 'default-mrf' into 'develop'
[akkoma] / lib / pleroma / web / api_spec / schemas / list.ex
index 78aa0736f9d8b362b304b211804e4cd63c4ab6f3..b7d1685c9281445a5ce943ef5211c95a234efb5f 100644 (file)
@@ -9,7 +9,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.List do
 
   OpenApiSpex.schema(%{
     title: "List",
-    description: "Represents a list of some users that the authenticated user follows",
+    description: "Represents a list of users",
     type: :object,
     properties: %{
       id: %Schema{type: :string, description: "The internal database ID of the list"},