Content Publish API Release Note

Notes on the latest updates to the Content Publish API.

Latest version: 2026 May 13

Release contents

Version: 2026 May 13

Updates

  • Successful response of Add New Binary returns the binarySeq of the added binary

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"
  }
}