Update translation
Updates translation values for one or more languages by key and file. Auto-creates file_translation records if needed. Upserts if the translation doesn't exist yet. Requires `canEditTranslations` permission.
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
Project ID
uuidRequest Body
application/json
Translation key to update
length <= 256File name
length <= 256Map of language code to update payload
Response Body
application/json
curl -X PATCH "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/translations" \ -H "Content-Type: application/json" \ -d '{ "key": "string", "fileName": "string", "updates": { "en": { "value": "Hello World" }, "es": { "value": "Hola Mundo" } } }'{
"results": {
"property1": {
"id": "string",
"id_file": "string",
"updated": true
},
"property2": {
"id": "string",
"id_file": "string",
"updated": true
}
}
}Update project
Updates project settings including name, description, emoji, and linked project configuration. Linked project validation ensures same organization, no self-reference, and no 2-way cycles. Requires `canEditProjects` permission.
API Keys and Access
Learn how to create and manage API keys for programmatic access to MovaBase