Last Updated on : 2023-06-20 12:34:15download
Release a specified content. After release, you can view the content on the app.
POST: /v1.0/iot-03/app-contents/actions/publish
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
content_ids | List |
true | The list of content IDs. | |
operator | String | true | The ID of a specified operator. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
POST: /v1.0/iot-03/app-contents/actions/publish
{
"content_ids": [
"1",
"2"
],
"operator": 1
}
{
"result": true,
"t": 1630329784487,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback