add remote user count for the heck of it
[akkoma] / lib / pleroma / web / api_spec / operations / poll_operation.ex
index b953323e91ebdc7ced6f70c9df8da61179b7ce12..0d1c8d0997863c76ff6f68cd54dcdaadc3523df9 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.ApiSpec.PollOperation do
@@ -33,7 +33,7 @@ defmodule Pleroma.Web.ApiSpec.PollOperation do
   def vote_operation do
     %Operation{
       tags: ["Polls"],
-      summary: "Block a domain",
+      summary: "Vote on a poll",
       parameters: [id_param()],
       operationId: "PollController.vote",
       requestBody: vote_request(),