Management API
Bulk Tags Association Object
This is an object used to associate multiple tags to a single story.
Properties
-
story_id
numberNumeric ID of the Story
-
tag_list
string[]List of tag names
Example Object
{
"story_id": 614542121,
"tag_list": [
"Featured article",
"Newsroom"
]
}