Tags

Create a new media tag

post

Create a new media tag

Body

A media tag.

labelstringRequired
descriptionstringOptional
Responses
200

successful operation

application/json
post
POST //media/tags/{code} HTTP/1.1
Host: api.ecosuite.io
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "label": "text",
  "description": "text"
}
200

successful operation

{
  "tag": {
    "id": "text",
    "code": "text",
    "systemGenerated": true,
    "s3": {
      "ANY_ADDITIONAL_PROPERTY": {
        "bucket": "text",
        "key": "text"
      }
    },
    "label": "text",
    "description": "text"
  }
}