Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex

stable
lain 4 years ago
parent b68d56c816
commit ad2182bbd2

@ -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?"
}

Loading…
Cancel
Save