Skip to main content
POST
Update Comments
Use this API to update comments within a specific CommentAnnotation.

Endpoint

POST https://api.velt.dev/v2/commentannotations/comments/update

Headers

string
required
Your API key.
string
required

Body

Params

object
required
Every update rewrites the entire annotation document, so keep progress updates to roughly one write per second per comment. Send a step’s final label rather than every intermediate token.

Example Requests

1. Update comment in a CommentAnnotation by organizationId, documentId, annotationId and commentId

2. Update comment with attachments

3. Complete a progress comment and trigger a notification

Response

Success Response

Failure Response