Submits a manual review for a media asset by calling CreateAudit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateAudit |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AuditContent |
string |
Yes |
The array of review content. A maximum of 20 videos can be reviewed at a time. Convert the array to a string before passing it as the parameter value. For the specific parameter structure, see the AuditContent table below. |
[ { "MediaId": "93ab850b4f*****b54b6e91d24d81d4", "Status": "Normal" }, { "MediaId": "f867fbfb58*****8bbab65c4480ae1d", "Status": "Blocked", "Reason": "xxxx", "Comment": "xxxx" } ] |
Review content AuditContent
| Name | Type | Required | Description |
| MediaId | String | Yes | The ID of the audio or video. |
| Status | String | Yes | The review status of the audio or video. Valid values: Blocked, Normal. |
| Reason | String | No | The reason for blocking. This parameter is required if the review status is Blocked. Maximum length: 128 bytes. |
| Comment | String | No | The review comment. Maximum length: 512 bytes. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.