Skip to main content

MediaUpdateInput Input

Description

Input fields for updating media metadata including title, alt text, and caption.

Declaration

input MediaUpdateInput {
alt: String
caption: String
title: String
}

Fields

NameTypeDescription
altStringAlternative text for the media item, used for accessibility and SEO.
captionStringCaption or description text for the media item.
titleStringTitle or name of the media item.