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

View file

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