update_key
Update an existing translation key's name, namespace, or description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyName | Yes | Current key name (used to find the key) | |
| newName | Yes | New key name (provide the current name if unchanged) | |
| keyBranch | No | Optional: branch name (used to find the key, for branching projects) | |
| projectId | No | ID of the project (required for PAT, auto-resolved for PAK) | |
| keyNamespace | No | Optional: current namespace of the key (used to find the key) | |
| newNamespace | No | Optional: new namespace for the key | |
| newDescription | No | Optional: new description for the key |