Skip to content

Edit the title of a productUpdate

ProductUpdates

POST
/productUpdates/{id}/editTitle

Parameters

Path Parameters

id*

ID of the product update to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator making the edits

Type
string
Required

Request Body

application/json
JSON
{
  
"title": "My updated title"
}

Responses

ProductUpdate edited

Samples

Gainsight CC Developer Portal