mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 16:39:47 +00:00
Apply rinpatch's suggestion(s) to 1 file(s)
This commit is contained in:
parent
55bdfb075c
commit
c6dcd863e2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do
|
|||
|
||||
def change_password_operation do
|
||||
%Operation{
|
||||
tags: ["Accounts"],
|
||||
tags: ["Account credentials"],
|
||||
summary: "Change account password",
|
||||
security: [%{"oAuth" => ["write:accounts"]}],
|
||||
operationId: "UtilController.change_password",
|
||||
|
|
Loading…
Reference in a new issue