Comments
Update Comment
Update a comment's status. Only the newsletter owner can call this.
patch/comments/{id}
Path parameters
idstring required
Request body
Response
OK
Example response
{
"subscriber": {
"country": "US",
"email_address": "telemachus@buttondown.email",
"delivered_count": 12,
"open_count": 7,
"clicked_count": 3,
"open_rate": 0.5833,
"click_rate": 0.25
},
"email": {
"slug": "welcome-to-the-newsletter"
}
}