Docs

Update Comment

PUT /drives/{eventId}/files/{fileId}/versions/{versionId}/comments/{commentId}

PUT/drives/{eventId}/files/{fileId}/versions/{versionId}/comments/{commentId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Updates the text of an existing comment on a file version.

Path Parameters

FieldTypeRequiredDescription
driveIdGuidRequiredThe event ID.
fileIdGuidRequiredThe file ID.
versionIdGuidRequiredThe version ID.
commentIdGuidRequiredThe comment ID to update.

Request Body

FieldTypeRequiredDescription
commentstringRequiredUpdated comment text.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404File, version, or comment not found.