put https://{server}/api/v2.1/trash-dtables//
Restore a trashed base from the trash bin. The base's ID can be retrieved from the call List Trashed Bases. The base's ID is written directly in the URL, like in this example, 497
.
Response
Restore a trashed base from the trash bin. The base's ID can be retrieved from the call List Trashed Bases. The base's ID is written directly in the URL, like in this example, 497
.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/trash-dtables/trashed_base_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: