1. The Internal Tag Object

The Internal Tag Object

This is an object representing an internal tag inside a Storyblok space.

Properties

  • name

    string

    Name of the internal tag

  • id

    number

    Numeric ID of the internal tag

  • object_type

    string

    The object type of an internal tag (where does the internal tag belong to). Can be asset or component

Example Object
{
   "internal_tag" :
      {
         "name": "flower",
         "id": 33772,
         "object_type": "asset"
      }
}