Changes the status of a security report.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ReportId | long | Yes | The ID of the report. Note
You can call the DescribeCustomizeReportList operation to query the ID.
| 123 |
ReportStatus | integer | Yes | The status of the report. Valid values:
| 1 |
PinnedTime | long | No | The time when the report is pinned. Unit: milliseconds. | 1717430400000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "64C76BEE-6A47-54D9-BD91-BD3E8A1B****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam | Illegal param | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.