Update Project Comment

Update an existing project comment. The comment being updated must be authored by the connected user.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

projectIdstringRequired
Project identifier
commentIdstringRequired
Comment identifier

Request

This endpoint expects an object.
bodystringRequired
Updated comment text content

Response

Comment updated successfully
idinteger
Comment identifier
bodystring
Comment text content
createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
authorobject

Errors