Authorizations
Body
application/json
segment ids to update
array of segment ids
Example:
[30032, 30125]Response
200 - application/json
array of updated segments
The response is of type number[].
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
array of segment ids
[30032, 30125]array of updated segments
The response is of type number[].