TagCreateRequest Data Type

Tag create request

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

Example

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