Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
[akkoma] / lib / pleroma / web / api_spec / operations / status_operation.ex
index 2c28b23aa0b73ca1095130ab83459d0ba104e4ec..6b0576e3c47a903d75118eeddf95e5be25a7f302 100644 (file)
@@ -30,7 +30,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
           :ids,
           :query,
           %Schema{type: :array, items: FlakeID},
-          "Array of account IDs"
+          "Array of status IDs"
         )
       ],
       operationId: "StatusController.index",
@@ -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:
@@ -222,7 +222,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
       summary: "Mute conversation",
       security: [%{"oAuth" => ["write:mutes"]}],
       description:
-        "Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant.",
+        "Do not receive notifications for the thread that this status is part of.",
       operationId: "StatusController.mute_conversation",
       parameters: [id_param()],
       responses: %{