Comments Annotations
Update Comment Annotations
POST
/
v1
/
commentannotations
/
update
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/v1/commentannotations/update
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample 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
Response
Success Response
Failure Response
Was this page helpful?