Public API
Restore translation from trash
Restores a soft-deleted translation and logs the restoration in translation history. Requires `canEditTranslations` permission.
sb-access-token<token>
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
project-id*string
Project ID
Format
uuidRequest Body
application/json
id*string
Translation ID to restore
Response Body
application/json
curl -X POST "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/translations/trash" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'{
"success": true,
"data": {}
}