⚠️Draft Content
Storyblok
Search Storyblok's Documentation
  1. Bulk Tags Association Object

Management API

Bulk Tags Association Object

This is an object used to associate multiple tags to a single story.

Properties

  • story_id

    number

    Numeric ID of the Story

  • tag_list

    string[]

    List of tag names

Example Object
{
  "story_id": 614542121,
  "tag_list": [
    "Featured article",
    "Newsroom"
   ]
}