Request to create tags
| name | data type | description |
|---|---|---|
| create | map of TagCreateRequest | Map of temporary IDs to tags to create |
Example
{
"create" : {
"property1" : {
"magicValue" : "...",
"constructId" : 12345,
"keyword" : "..."
},
"property2" : {
"magicValue" : "...",
"constructId" : 12345,
"keyword" : "..."
}
}
}