CommentsWithMetas
editCommentsWithMetas
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" } } ] }