ChatOperation: Add media id to example
authorlain <lain@soykaf.club>
Sun, 10 May 2020 10:30:24 +0000 (12:30 +0200)
committerlain <lain@soykaf.club>
Sun, 10 May 2020 10:30:24 +0000 (12:30 +0200)
lib/pleroma/web/api_spec/operations/chat_operation.ex

index 8b9dc2e44792a0f960f8eb9c327b0642e7ee5dc8..16d3d5e22bbbc79432ac41453a1b2246ededdf40 100644 (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