Content Publish API Release Note

Notes on the latest updates to the Content Publish API.

Latest version: 2026 Aug 13

Release contents

Version: 2026 Aug 13

Updates
To support compliance to new regulations that protect minors in digital environments, four new parameters have been added to contentUpdate and contentInfo:

  • exceptionAppYn
  • majorChangeYn
  • majorChangeDesc
  • majorChangeDateTime

Change history


Released on May 13, 2026

New

  • Add New Binary: Response returns the binarySeq of the added binary

    Example of a successful response:

{
  "resultCode": "0000",
  "resultMessage": "Ok"
  data:  {
     "binarySeq": "3"
  }
}