update_internal_tag
Modify internal tags (assets/components) in a Storyblok space by updating the tag's name or object type using the specified space and tag ID.
Instructions
Updates an internal tag (asset/component) in a specified Storyblok space.
:param space_id: ID of the Storyblok space.
:param internal_tag_id: Numeric ID of the internal tag.
:param name: Optional new name for the internal tag.
:param object_type: Optional new object type ("asset" or "component").
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| internal_tag_id | Yes | ||
| name | No | ||
| object_type | No |