spanAnnotation
Updates the SpanAnnotation with the given ID.
patch/span/{span_id}
Path parameters
span_idinteger required
Request body
code_idinteger nullable
Code the SpanAnnotation refers to
begininteger nullable
Begin of the SpanAnnotation in characters
endinteger nullable
End of the SpanAnnotation in characters
begin_tokeninteger nullable
Begin of the SpanAnnotation in tokens
end_tokeninteger nullable
End of the SpanAnnotation in tokens
span_textstring nullable
The SpanText the SpanAnnotation spans.
Response
Successful Response
begininteger required
Begin of the SpanAnnotation in characters
endinteger required
End of the SpanAnnotation in characters
begin_tokeninteger required
Begin of the SpanAnnotation in tokens
end_tokeninteger required
End of the SpanAnnotation in tokens
idinteger required
ID of the SpanAnnotation
textstring required
The SpanText the SpanAnnotation spans.
code_idinteger required
Code the SpanAnnotation refers to
user_idinteger required
User the SpanAnnotation belongs to
sdoc_idinteger required
SourceDocument the SpanAnnotation refers to
createdstring date-time required
Created timestamp of the SpanAnnotation
updatedstring date-time required
Updated timestamp of the SpanAnnotation
group_idsinteger[] required
The group ids this span annotations belongs to
memo_idsinteger[] required
Memo IDs attached to the SpanAnnotation