forked from AkkomaGang/akkoma
Apply lanodan's suggestion(s) to 1 file(s)
This commit is contained in:
parent
c6dcd863e2
commit
30b1d50938
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def change_password_operation do
|
||||||
|
|
||||||
def change_email_operation do
|
def change_email_operation do
|
||||||
%Operation{
|
%Operation{
|
||||||
tags: ["Accounts"],
|
tags: ["Account credentials"],
|
||||||
summary: "Change account email",
|
summary: "Change account email",
|
||||||
security: [%{"oAuth" => ["write:accounts"]}],
|
security: [%{"oAuth" => ["write:accounts"]}],
|
||||||
operationId: "UtilController.change_email",
|
operationId: "UtilController.change_email",
|
||||||
|
|
Loading…
Reference in a new issue