Unaccept and unlock segments. Sets individual segments’ “Review Done” to false. Confirmed segments will remain confirmed.
Example curl:
curl --X --request POST 'https://lilt.com/2/segments/review/unlock?key=API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"segmentIds": [23921, 23922]
}'
segment ids to update
The body is of type object
.
array of updated segments
The response is of type number[]
.