Apply lanodan's suggestion(s) to 1 file(s)
This commit is contained in:
parent
e104829c2f
commit
42185d8750
|
@ -163,7 +163,7 @@ def disable_account_operation do
|
||||||
|
|
||||||
def delete_account_operation do
|
def delete_account_operation do
|
||||||
%Operation{
|
%Operation{
|
||||||
tags: ["Accounts"],
|
tags: ["Account credentials"],
|
||||||
summary: "Delete Account",
|
summary: "Delete Account",
|
||||||
security: [%{"oAuth" => ["write:accounts"]}],
|
security: [%{"oAuth" => ["write:accounts"]}],
|
||||||
operationId: "UtilController.delete_account",
|
operationId: "UtilController.delete_account",
|
||||||
|
|
Loading…
Reference in New Issue