Skip to content

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
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the featured image alt text

Type
string
Required

Request Body

application/json
JSON
{
  
"featuredImageAltText": "Alt text for the featured image"
}

Responses

Article featured image alt text was changed

Samples

Gainsight CC Developer Portal