PUT - Upload Annotation
PUT
/app/docs/{docId}/companyannotation/{companyId}/data
Experimental API endpoint adds a company annotation to a document.
Path Parameters
Name
Type
Description
docId*
String
The id of the document being annotated.
companyId*
String
The id of the company providing annotation.
Request Body
Name
Type
Description
data
object
Annotation data
Example JSON payload for Annotation data:
Last updated