Merge branch 'develop' into activation-meta
[akkoma] / lib / pleroma / web / api_spec / helpers.ex
index a9cfe0fedf89230c6c6f6aff299eeeacceee08cf..a258e8421c6e6877145ba85e76bec2e0094bd629 100644 (file)
@@ -39,6 +39,12 @@ defmodule Pleroma.Web.ApiSpec.Helpers do
         :string,
         "Return the newest items newer than this ID"
       ),
+      Operation.parameter(
+        :offset,
+        :query,
+        %Schema{type: :integer, default: 0},
+        "Return items past this number of items"
+      ),
       Operation.parameter(
         :limit,
         :query,