IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
CommentsWithMetas
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CommentsWithMetas
editA list of persisted Comments
Properties
edit-
values(array[CommentWithMeta], required) - The list of comments
Example
edit{
"values" : [
{
"comment" : {
"id" : "string",
"message" : "string",
"user_id" : "string"
},
"metadata" : {
"created_time" : "2019-01-01T00:00:00Z",
"modified_time" : "2019-01-01T00:00:00Z",
"version" : "string"
}
}
]
}