Review Generation
Update an existing review template
Updates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label.
put/review-template/{id}
Path parameters
idinteger required
Request body
Example request
{
"email": {
"actionButtonColor": "#3C8ECB"
}
}Response
OK response