X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fweb%2Fapi_spec%2Fschemas%2Fstatus.ex;h=a6df9be94d7e242f0259c6b8746076813f29634b;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=dd40255550af8c24218b07cc62852981b924addd;hpb=b3e4d813626608994b24224667904e7fdbf6b0be;p=akkoma diff --git a/lib/pleroma/web/api_spec/schemas/status.ex b/lib/pleroma/web/api_spec/schemas/status.ex index dd4025555..a6df9be94 100644 --- a/lib/pleroma/web/api_spec/schemas/status.ex +++ b/lib/pleroma/web/api_spec/schemas/status.ex @@ -73,6 +73,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do format: "date-time", description: "The date when this status was created" }, + edited_at: %Schema{ + type: :string, + format: "date-time", + nullable: true, + description: "The date when this status was last edited" + }, emojis: %Schema{ type: :array, items: Emoji, @@ -159,7 +165,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do conversation_id: %Schema{ type: :integer, deprecated: true, - description: "The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead" + description: + "The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead" }, direct_conversation_id: %Schema{ type: :integer,