Management API
The Internal Tag Object
This is an object representing an internal tag inside a Storyblok space.
Properties
-
name
stringName of the internal tag
-
id
numberNumeric ID of the internal tag
-
object_type
stringThe object type of an internal tag (where does the internal tag belong to). Can be
asset
orcomponent
Example Object
{
"internal_tag" :
{
"name": "flower",
"id": 33772,
"object_type": "asset"
}
}