ContentTagCreateRequest Data Type

Request to create a content tag in a page

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

Example

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