I am trying to create Bookmark using API with expiration date using below JSON, but command is creating bookmark, however expiration date is set as "none". any input is appreciated.
{
"type": "JSBookmarkCreateParameters",
"bookmark": {
"type":"JSBookmark",
"name":"TEST_20161223_112549",
"branch":"JS_BRANCH-351",
"expiration":"2016-12-30T23:59:00.585Z"
},
"timelinePointParameters": {
"type": "JSTimelinePointLatestTimeInput",
"sourceDataLayout": "JS_DATA_CONTAINER-225"
}
}