Apply lanodan's suggestion(s) to 1 file(s)

This commit is contained in:
Haelwenn 2021-04-20 21:06:32 +00:00
parent c6dcd863e2
commit 30b1d50938
1 changed files with 1 additions and 1 deletions

View File

@ -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",