Merge branch 'develop' into refactor/notification_settings
[akkoma] / lib / pleroma / web / api_spec / operations / status_operation.ex
index 0b7fad79353e7fef220c6c9044ec23de9505c8ca..5bd4619d519dba85b043fcc95b3ac1d7091be548 100644 (file)
@@ -84,7 +84,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
       operationId: "StatusController.delete",
       parameters: [id_param()],
       responses: %{
-        200 => empty_object_response(),
+        200 => status_response(),
         403 => Operation.response("Forbidden", "application/json", ApiError),
         404 => Operation.response("Not Found", "application/json", ApiError)
       }