mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 16:40:29 +00:00
Apply lanodan's suggestion(s) to 1 file(s)
This commit is contained in:
parent
30b1d50938
commit
e104829c2f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue