mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 00:26:30 +00:00
ChatOperation: Add media id to example
This commit is contained in:
parent
03529f6a05
commit
1054e89762
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue