Appearance
Edit the featured image alt text of an article
Articles
A moderator can edit the featured image alt text for an article. Note that this will overwrite existing featured image alt text.
POST
/articles/{id}/editFeaturedImageAltText
Parameters
Path Parameters
id*
ID of the article 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
Article featured image alt text was changed

