added only_media flag to home timeline
[akkoma] / lib / pleroma / web / api_spec / operations / admin / report_operation.ex
index 6395cf20940f2af4d69e4ba739492b9239dd5392..e7acfa27107da71c48324284ce459bf8e19fac18 100644 (file)
@@ -191,7 +191,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.ReportOperation do
               moderator: %Schema{type: :boolean}
             }
           },
-          confirmation_pending: %Schema{type: :boolean}
+          is_confirmed: %Schema{type: :boolean}
         })
     }
   end