1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-01-14 03:05:32 +00:00

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

This commit is contained in:
Haelwenn 2021-04-20 21:06:39 +00:00
parent 30b1d50938
commit e104829c2f

View file

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