tag_key
Tag a localization key, creating the tag if it doesn't exist, to organize keys for efficient filtering.
Instructions
Add a tag to a localization key. Creates the tag if it doesn't exist.
Args:
project_id: The numeric ID of the project.
key_id: The numeric ID of the key to tag.
tag_name: The name of the tag to add.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| key_id | Yes | ||
| tag_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |