API request domain name: live.tencentcloudapi.com.
This API sets whether to enable watermarking.
Default API request rate limit: 100 requests/second.
The following parameters are required for requesting this API, including action-specific parameters and common parameters. For more information about common parameters for all requests, see Common Request Parameters.
Parameter name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter; the name of this API: SetLiveWatermarkStatus |
Version | Yes | String | Common parameter; the version of this API: 2018-08-01 |
Region | No | String | Common parameter; optional for this API |
WatermarkId | Yes | Integer | Watermark ID. |
Status | Yes | Integer | Status 0: disabled, 1: enabled |
Parameter name | Type | Description |
---|---|---|
RequestId | String | The ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues. |
https://live.tencentcloudapi.com/?Action=SetLiveWatermarkStatus
&WatermarkId=123
&Status=0
&<Common request parameter>
{
"Response": {
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
API Explorer is a tool that provides ease of use in requesting APIs, authenticating identities, generating SDK and exploring APIs in Tencent Cloud environment.
This API has no error codes related to business logic. For other error codes, see Common Error Codes.
Was this page helpful?