Edit Content

Last Updated on : 2023-06-20 12:34:14download

Modify the content information on the app, such as the app ID, title, subtitle, and language.

API address

PUT: /v1.0/iot-03/app-contents/{content_id}

Request parameter

Parameter name Type IN Required Description
content_id String uri true The ID of a specified content.

Description of body

Parameter name Type IN Required Description
title String true The title.
sub_title String false The sub-title.
lang String true The language.
main_pic String true The main image.
sub_pic String false The sub-image.
content String false The body of a specified article.
video_url String false The URL of the video.
type Integer true The type of the article. Valid values:
  • 1: images and text.
  • 2: video.
category_id String true The ID of a specified category.
publish Integer true Indicates whether the content is released. Valid values:
  • 1: released.
  • 2: saved.
operator String true The ID of a specified operator.
schema String true App schema

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

PUT: /v1.0/iot-03/app-contents/1
{ "content_id": "546862265", "schema": "546862265", "operator": "13", "title": "Great Discount on Smart Locks", "lang": "zh", "main_pic": "/suramar/content/1619002638fd391d975de.jpeg", "video_url": "/suramar/content/16196872089f000412038.mp4", "type": 2, "category_ids": "1432271805678096432", "publish": 1 }

Return example

{ "result": true, "t": 1630329550936, "success": true }

Error code

For more information, see error code.