mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-08 03:56:14 +00:00
Update spec
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
910b8e81ef
commit
e6be348d75
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue