Revert all file edits from a message onwards
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/revert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"threadId": "<string>",
"messageId": "<string>",
"force": true
}
'curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/revert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"threadId": "<string>",
"messageId": "<string>",
"force": true
}
'