Closed nmalzahn closed 10 years ago
If you create a ClipItComment via
http://{{host_prefix}}/services/api/rest/xml/?method=clipit.comment.create
and include time_created into the prop_value_array. The resulting comment in the system gets the current servertime anyway.
time_created
Thus, it's impossible to create comments from external sources, e.g. LSD quizzes etc with correct timestamps.
noted. we will add the possibility to insert custom time_created values.
If you create a ClipItComment via
http://{{host_prefix}}/services/api/rest/xml/?method=clipit.comment.create
and include
time_created
into the prop_value_array. The resulting comment in the system gets the current servertime anyway.Thus, it's impossible to create comments from external sources, e.g. LSD quizzes etc with correct timestamps.