From: minibikini Date: Wed, 15 Apr 2020 10:30:19 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=bfa26b09370ee049f8d70c4112709f2666c590d1;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 6ce2cfe25..7d4f7586d 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -129,7 +129,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do "Exclude visibilities" ), Operation.parameter(:max_id, :query, :string, "Max ID"), - Operation.parameter(:min_id, :query, :string, "Mix 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( :limit,