Skip to main content
POST
/
segments
/
review
/
unlock
Unaccept and unlock segments
curl --request POST \
  --url https://api.lilt.com/segments/review/unlock \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "documentIds": [
    30032,
    30125
  ]
}
'
[
  123
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

segment ids to update

documentIds
number[]
required

array of segment ids

Example:
[30032, 30125]

Response

200 - application/json

array of updated segments