airbyte_update_tag
Rename a tag to improve organization by updating its name.
Instructions
Update an existing tag's name.
When to Use: - Rename a tag for better organization.
Returns: The updated tag.
Examples: params = { "tag_id": "a1b2c3d4-...", "name": "staging" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |