forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
This commit is contained in:
parent
648cc0d72d
commit
0bb164a3e1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def reblog_operation do
|
|||
tags: ["Statuses"],
|
||||
summary: "Boost",
|
||||
security: [%{"oAuth" => ["write:statuses"]}],
|
||||
description: "Reshare a status",
|
||||
description: "Share a status",
|
||||
operationId: "StatusController.reblog",
|
||||
parameters: [id_param()],
|
||||
requestBody:
|
||||
|
|
Loading…
Reference in a new issue