Update spec

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-03-18 00:35:04 +01:00
parent 910b8e81ef
commit e6be348d75

View file

@ -74,7 +74,7 @@ defmodule Pleroma.Web.ApiSpec.MastodonAdmin.AccountOperation do
:by_domain,
:query,
:string,
"Filter by the given domain (not implemented yet)"
"Filter by the given domain"
),
Operation.parameter(:email, :query, :string, "Lookup a user with this email"),
Operation.parameter(
@ -156,7 +156,7 @@ defmodule Pleroma.Web.ApiSpec.MastodonAdmin.AccountOperation do
:by_domain,
:query,
:string,
"Filter by the given domain (not implemented yet)"
"Filter by the given domain"
),
Operation.parameter(:email, :query, :string, "Lookup a user with this email"),
Operation.parameter(