POST
/
segments
/
review
/
unlock
Unaccept and unlock segments
curl --request POST \
  --url https://api.lilt.com/segments/review/unlock \
  --header 'Content-Type: application/json' \
  --data '{
  "documentIds": [
    30032,
    30125
  ]
}'
[
  123
]

Authorizations

key
string
query
required

Body

application/json

segment ids to update

The body is of type object.

Response

200 - application/json

array of updated segments

The response is of type number[].