1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-02 19:25:06 +01:00

ChatOperation: Add media id to example

This commit is contained in:
lain 2020-05-10 12:30:24 +02:00
parent 03529f6a05
commit 1054e89762

View File

@ -241,7 +241,8 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do
},
required: [:content],
example: %{
"content" => "Hey wanna buy feet pics?"
"content" => "Hey wanna buy feet pics?",
"media_id" => "134234"
}
}
end