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

This commit is contained in:
Haelwenn 2021-04-20 21:06:45 +00:00
parent e104829c2f
commit 42185d8750
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def disable_account_operation do
def delete_account_operation do
%Operation{
tags: ["Accounts"],
tags: ["Account credentials"],
summary: "Delete Account",
security: [%{"oAuth" => ["write:accounts"]}],
operationId: "UtilController.delete_account",