Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex
authorlain <lain@soykaf.club>
Thu, 30 Apr 2020 11:38:26 +0000 (11:38 +0000)
committerlain <lain@soykaf.club>
Thu, 30 Apr 2020 11:38:26 +0000 (11:38 +0000)
lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex

index 4dafcda43ee328d7f034fd37bd6c86da6ac417a0..8e1b7af14635d2591850bb5cd7de4f4d3ad011c5 100644 (file)
@@ -13,6 +13,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.ChatMessageCreateRequest do
     properties: %{
       content: %Schema{type: :string, description: "The content of your message"}
     },
+    required: [:content],
     example: %{
       "content" => "Hey wanna buy feet pics?"
     }