aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-05-19 17:29:58 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-05-19 17:29:58 +0400
commit47ed9ee4411613cac81235f9751a8ccd0974e927 (patch)
tree62ec7ce3314c3159f64801b16d9e70dd8c565e8f
parent6609714d6694058e28ed789dd65eb50ca816c425 (diff)
downloadpleroma-47ed9ee4411613cac81235f9751a8ccd0974e927.tar.gz
Fix summary
-rw-r--r--lib/pleroma/web/api_spec/operations/pleroma_scrobble_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_scrobble_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_scrobble_operation.ex
index 779b8f84c..85a22aa0b 100644
--- a/lib/pleroma/web/api_spec/operations/pleroma_scrobble_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/pleroma_scrobble_operation.ex
@@ -19,7 +19,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaScrobbleOperation do
def create_operation do
%Operation{
tags: ["Scrobbles"],
- summary: "Gets user mascot image",
+ summary: "Creates a new Listen activity for an account",
security: [%{"oAuth" => ["write"]}],
operationId: "PleromaAPI.ScrobbleController.create",
requestBody: request_body("Parameters", create_request(), requried: true),