default page size for files
[akkoma] / lib / pleroma / web / api_spec / helpers.ex
index 16e7ed124fc48df1c6fcde0f572b4acd2beef5e2..a9cfe0fedf89230c6c6f6aff299eeeacceee08cf 100644 (file)
@@ -64,4 +64,8 @@ defmodule Pleroma.Web.ApiSpec.Helpers do
   def empty_array_response do
     Operation.response("Empty array", "application/json", %Schema{type: :array, example: []})
   end
+
+  def no_content_response do
+    Operation.response("No Content", "application/json", %Schema{type: :string, example: ""})
+  end
 end