summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/operations/admin
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-29 17:10:28 -0500
committerMark Felder <feld@feld.me>2024-01-29 17:10:28 -0500
commit2de84e2e3beb5fe74760a3af083109eed00262f0 (patch)
tree2306f74cd794762e1da32e49e93954ef8faadd50 /lib/pleroma/web/api_spec/operations/admin
parent4fc177eb460c14dc1e8f4eedcbce95c242eef60d (diff)
downloadpleroma-2de84e2e3beb5fe74760a3af083109eed00262f0.tar.gz
pleroma-2de84e2e3beb5fe74760a3af083109eed00262f0.zip
API Specs: many dialyzer errors
Too many to include in a commit log Module instead of schema was being passed
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/admin')
-rw-r--r--lib/pleroma/web/api_spec/operations/admin/report_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/admin/report_operation.ex b/lib/pleroma/web/api_spec/operations/admin/report_operation.ex
index 3902f12f1..29b08d93c 100644
--- a/lib/pleroma/web/api_spec/operations/admin/report_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/admin/report_operation.ex
@@ -141,7 +141,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.ReportOperation do
end
def id_param do
- Operation.parameter(:id, :path, FlakeID, "Report ID",
+ Operation.parameter(:id, :path, FlakeID.schema(), "Report ID",
example: "9umDrYheeY451cQnEe",
required: true
)