ContentTagCreateRequest Data Type

Request to create a content tag in a page

Properties
name data type description
copyPageId string
copyTagname string
Properties inherited from TagCreateRequest
magicValue string Get the magic value
constructId number
keyword string

Example

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