Merge branch 'feature/1728-webfinger-acct-scheme' into 'develop'
[akkoma] / lib / pleroma / web / api_spec / schemas / status.ex
index d44636a4816c8eb24334b04d3b8336d73dd3fc14..7a804461fa9f8a2aaed0b467810ab69fb8a71315 100644 (file)
@@ -72,7 +72,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
         properties: %{
           content: %Schema{type: :object, additionalProperties: %Schema{type: :string}},
           conversation_id: %Schema{type: :integer},
-          direct_conversation_id: %Schema{type: :string, nullable: true},
+          direct_conversation_id: %Schema{
+            type: :integer,
+            nullable: true,
+            description:
+              "The ID of the Mastodon direct message conversation the status is associated with (if any)"
+          },
           emoji_reactions: %Schema{
             type: :array,
             items: %Schema{