set_translation_state
Update the workflow state of a translation to untranslated, translated, or reviewed using project and translation IDs.
Instructions
Set the state of a specific translation.
Args:
project_id: The numeric ID of the project.
translation_id: The numeric ID of the translation (not the key ID).
state: The new state. Valid values: "UNTRANSLATED", "TRANSLATED", "REVIEWED".Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| translation_id | Yes | ||
| state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |