Appearance
Edit the featured image alt text of a productUpdate
ProductUpdates
A moderator can edit the featured image alt text for a productUpdate. Note that this will overwrite existing featured image alt text.
POST
/productUpdates/{id}/editFeaturedImageAltText
Parameters
Path Parameters
id*
ID of the product update to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the featured image alt text
Type
Requiredstring
Request Body
application/json
JSON "featuredImageAltText": "Alt text for the featured image"
{
}
Responses
ProductUpdate featured image alt text was changed

