diff options
author | lain <lain@soykaf.club> | 2020-05-10 12:30:24 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-10 12:30:24 +0200 |
commit | 1054e897622d0a0727f30169d64c83a253a3d11e (patch) | |
tree | 9f7cbde7df2c4a7d86351859454c8e00e42ce2c3 | |
parent | 03529f6a0528ed01c7a956bb80628910584a9580 (diff) | |
download | pleroma-1054e897622d0a0727f30169d64c83a253a3d11e.tar.gz |
ChatOperation: Add media id to example
-rw-r--r-- | lib/pleroma/web/api_spec/operations/chat_operation.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/chat_operation.ex b/lib/pleroma/web/api_spec/operations/chat_operation.ex index 8b9dc2e44..16d3d5e22 100644 --- a/lib/pleroma/web/api_spec/operations/chat_operation.ex +++ b/lib/pleroma/web/api_spec/operations/chat_operation.ex @@ -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 |