Create a new media tag
A media tag.
POST //media/tags/{code} HTTP/1.1 Host: api.ecosuite.io Content-Type: application/json Accept: */* Content-Length: 37 { "label": "text", "description": "text" }
successful operation
{ "tag": { "id": "text", "code": "text", "systemGenerated": true, "s3": { "ANY_ADDITIONAL_PROPERTY": { "bucket": "text", "key": "text" } }, "label": "text", "description": "text" } }