⚠️Draft Content
Storyblok
Search Storyblok's Documentation
  1. The Tag MAPI Object

Management API

The Tag MAPI Object

This is an object for POST and PUT tags requests.

Properties

  • name

    string

    Name of the tag

Example Object
{
  "tag": {
    "name": "Editor's Choice"
  }
}