From 86fa70718c211d92a6c4fa9de473da75f5de67f0 Mon Sep 17 00:00:00 2001 From: moko256 Date: Sat, 3 Nov 2018 02:45:44 +0100 Subject: [PATCH] Add paramater "card" in Status --- content/en/api/entities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index d26d1f9d..00cea9f9 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -289,6 +289,7 @@ Please check `app/javascript/mastodon/selectors/index.js` and `app/lib/feed_mana | `media_attachments` | Array of [Attachment](#attachment) |{{< no >}}|0.6.0| | `mentions` | Array of [Mention](#mention) |{{< no >}}|0.6.0| | `tags` | Array of [Tag](#tag) |{{< no >}}|0.9.0| +| `card` | [Card](#card) |{{< yes >}}|2.6.0| | `application` | [Application](#application) |{{< no >}}|0.9.9| | `language` | String (ISO6391) |{{< yes >}}|1.4.0| | `pinned` | Boolean |{{< yes >}}|1.6.0|