From: minibikini Date: Thu, 30 Apr 2020 17:45:48 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/instance_operation.ex X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=b5189d2c50929aa67293e2e39ca020bad43f5f8b;p=akkoma Apply suggestion to lib/pleroma/web/api_spec/operations/instance_operation.ex --- diff --git a/lib/pleroma/web/api_spec/operations/instance_operation.ex b/lib/pleroma/web/api_spec/operations/instance_operation.ex index 36a1a9043..9407fa74d 100644 --- a/lib/pleroma/web/api_spec/operations/instance_operation.ex +++ b/lib/pleroma/web/api_spec/operations/instance_operation.ex @@ -26,7 +26,7 @@ defmodule Pleroma.Web.ApiSpec.InstanceOperation do def peers_operation do %Operation{ tags: ["Instance"], - summary: "List of connected domains", + summary: "List of known hosts", operationId: "InstanceController.peers", responses: %{ 200 => Operation.response("Array of domains", "application/json", array_of_domains())