English
Redo the last operation
cURL
curl --request POST \ --url https://app.teable.io/api/table/%7BtableId%7D/undo-redo/redo \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "status": "fulfilled", "errorMessage": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the redo operation.
The response is of type object.
object