forked from AkkomaGang/akkoma
Fix summary
This commit is contained in:
parent
6609714d66
commit
47ed9ee441
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def open_api_operation(action) 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),
|
||||
|
|
Loading…
Reference in a new issue