Skip to main content

Update comment (deprecated)

This endpoint can update response's comment.

Deprecation notice

use update answer instead of this endpoint

Request

PUT https://api.nicereply.com/responses/<ID>/comment

Request body

Field NameData TypeIs Nullable
commentStringNo
Example body
{
"comment": "Updated comment"
}

Example response

204 No Content