forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
This commit is contained in:
parent
6802dc28ba
commit
1c2629328d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def open_api_operation(action) do
|
|||
def confirmation_resend_operation do
|
||||
%Operation{
|
||||
tags: ["Accounts"],
|
||||
summary: "Resend confirmation email. Expects `email` or `nic`",
|
||||
summary: "Resend confirmation email. Expects `email` or `nickname`",
|
||||
operationId: "PleromaAPI.AccountController.confirmation_resend",
|
||||
parameters: [
|
||||
Operation.parameter(:email, :query, :string, "Email of that needs to be verified",
|
||||
|
|
Loading…
Reference in a new issue