From 8764514426ba37a39a23913f1cd11caf46d66703 Mon Sep 17 00:00:00 2001 From: Daniel Jalkut Date: Thu, 20 Jul 2023 14:29:00 -0400 Subject: [PATCH] Clarify the documenation to reflect that 'description' on media attachments can be null. --- content/en/entities/MediaAttachment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/MediaAttachment.md b/content/en/entities/MediaAttachment.md index eadd1bcd..51e3205e 100644 --- a/content/en/entities/MediaAttachment.md +++ b/content/en/entities/MediaAttachment.md @@ -212,7 +212,7 @@ More importantly, there may be another topl-level `focus` Hash object on images ### `description` {#description} **Description:** Alternate text that describes what is in the media attachment, to be used for the visually impaired or when media attachments do not load.\ -**Type:** String\ +**Type:** {{}} String, or null if alternate text was not provided for the media attachment\ **Version history:**\ 2.0.0 - added