v1
latestOpenAPI 3.0.32026-07-248519153.1 KBTranslations
Update translation provider connections
Update Crowdin credentials and/or the project-wide custom AI translation prompt. Pass only the fields you want to change — unspecified fields are preserved. Re-sending a non-empty api_token overwrites the stored one.
put/project/translation-connections
Request body
Example request
{
"custom_ai_translation_prompt": "Keep the brand name `Cleanly` untranslated. Stay friendly, never use emojis in headlines.",
"crowdin": {
"is_enabled": true,
"project_id": "123456"
}
}Response
Connections updated
Example response
{
"success": 1,
"connections": {
"ai": {
"provider": "platform"
}
}
}