forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.ex
This commit is contained in:
parent
145d35ff70
commit
b68d56c816
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.ChatMessageResponse do
|
||||||
account_id: %Schema{type: :string, description: "The Mastodon API id of the actor"},
|
account_id: %Schema{type: :string, description: "The Mastodon API id of the actor"},
|
||||||
chat_id: %Schema{type: :string},
|
chat_id: %Schema{type: :string},
|
||||||
content: %Schema{type: :string},
|
content: %Schema{type: :string},
|
||||||
created_at: %Schema{type: :string, format: :datetime},
|
created_at: %Schema{type: :string, format: :"date-time"},
|
||||||
emojis: %Schema{type: :array}
|
emojis: %Schema{type: :array}
|
||||||
},
|
},
|
||||||
example: %{
|
example: %{
|
||||||
|
|
Loading…
Reference in a new issue