TagPostBulkSchema
tags object[]
Array [
descriptionstringnullable
namestring
Possible values: non-empty
objects_to_tagundefined[]
Objects to tag
]
TagPostBulkSchema
{
"tags": [
{
"description": "string",
"name": "string",
"objects_to_tag": [
null
]
}
]
}