Skip to main content
PUT
Update a comment by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

commentId
string<uuid>
required

Comment ID

Body

application/json

Comment object that needs to be updated

comment
string
required
Example:

"new comment"

Response

204 - undefined