put https://{server}/api-gateway/api/v2/dtables//unlock-rows/
Use this API request to unlock one or more locked rows. As this request
makes sure that all the mentioned rows are unlocked, it's OK to include
rows that were not locked.
Response
Use this API request to unlock one or more locked rows. As this request
makes sure that all the mentioned rows are unlocked, it's OK to include
rows that were not locked.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api-gateway/api/v2/dtables/base_uuid/unlock-rows/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: