asset.setAltText(altText, localeId?)This method sets the Alt Text for a specific Asset.
altText: string - The alt text for the Asset. If null is passed as this parameter, Webflow will set the asset alt text to “decorative.”localeId string (optional) - The Locale ID for the Alt Text.Promise<null>
A Promise that resolves to null.
Checks for authorization only