Browse Source

Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex

bugfix/non-ap_enabled-direct_follow
minibikini 4 years ago
parent
commit
0bb164a3e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/api_spec/operations/status_operation.ex

+ 1
- 1
lib/pleroma/web/api_spec/operations/status_operation.ex View File

@@ -96,7 +96,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation 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…
Cancel
Save