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

This commit is contained in:
minibikini 2020-05-12 21:14:52 +00:00
parent 0bb164a3e1
commit 40646a7e0e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ def mute_conversation_operation 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: %{