From: minibikini <egor@kislitsyn.com>
Date: Wed, 15 Apr 2020 11:29:10 +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=5a2e45a2189514662f46a293f764682daba7b52d;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 dee28d1aa..92622e2ff 100644
--- a/lib/pleroma/web/api_spec/operations/account_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/account_operation.ex
@@ -130,7 +130,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
         ),
         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(:since_id, :query, :string, "Return the newest statuses newer than this id. "),
         Operation.parameter(
           :limit,
           :query,