From: minibikini Date: Wed, 15 Apr 2020 10:48:52 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=inline;h=81a4c15816bf4fbe3e70ba1d34adff5dfaee1cbc;p=akkoma Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex --- diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 31dfbb098..dee28d1aa 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -128,7 +128,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do %Schema{type: :array, items: VisibilityScope}, "Exclude visibilities" ), - Operation.parameter(:max_id, :query, :string, "Max ID"), + Operation.parameter(:max_id, :query, :string, "Return statuses older than this id"), Operation.parameter(:min_id, :query, :string, "Return the oldest statuses newer than this id. "), Operation.parameter(:since_id, :query, :string, "Since ID"), Operation.parameter(