added paginate links to headers for /chats/:id/messages
[akkoma] / lib / pleroma / web / api_spec / operations / chat_operation.ex
index b1a0d26ab6e51f3315db9e7508c19717c6b91eef..8cbea9ec49f1459d04ef351511056c1c17f2e7c0 100644 (file)
@@ -158,7 +158,8 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do
             "The messages in the chat",
             "application/json",
             chat_messages_response()
-          )
+          ),
+        404 => Operation.response("Not Found", "application/json", ApiError)
       },
       security: [
         %{