TagCreateRequest Data Type

Tag create request

Subtypes
ContentTagCreateRequest
Properties
name data type description
magicValue string Get the magic value
constructId number the constructId
keyword string the keyword

Example

{
  "magicValue" : "...",
  "constructId" : 12345,
  "keyword" : "..."
}