Apply suggestion to lib/pleroma/web/api_spec/operations/instance_operation.ex
This commit is contained in:
parent
88a14da817
commit
b5189d2c50
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def show_operation 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())
|
||||
|
|
Loading…
Reference in a new issue