Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Attributes

  • Version: 1.0
  • ObjectType: Type of new object
  • Id: ID of new object

JSON

Code Block
{"ResponseType":"NewObject",
 "Version":"1.0",
 "ObjectType":"<Type>",
 "Id":"<ID>"}

XML

Code Block
<!ELEMENT NewObjectResponse (ObjectType,Id)>
 <!ATTLIST NewObjectResponse Version CDATA #FIXED "1.0">
 <!ELEMENT ObjectType (#PCDATA)>
 <!ELEMENT Id (#PCDATA)>