Skip to main content
POST
Update Comment Annotations
Use this API to update comment annotations in a document within an organization. Additional filters can be applied using location IDs, annotation IDs, or user IDs.

Endpoint

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

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

1. Update all comment annotations by organizationId and documentId

2. Update comment annotations by organizationId, documentId and locationIds

3. Update annotations by organizationId, documentId, locationIds and userIds

4. Update comment annotations by organizationId, documentId and userIds

5. Update comment annotations by organizationId, documentId and annotationIds

6. Update comment annotations by organizationId, documentId, locationIds and annotationIds

7. Update Users in existing comment annotations

8. Update comment annotations with access context

9. Resolve a comment annotation and record who resolved it

Recording the resolver is what makes the annotation match a resolvedBy filter later.

10. Reopen a comment annotation

Moving to a non-terminal status clears resolvedByUserId and resolvedByUser for you, so there is no need to null them yourself. Send statusUpdatedByUserId to record who reopened it.

Response

Success Response

Failure Response