Domain name for API request: tcmpp.tencentcloudapi.com.
This API is used to release a mini program version.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ReleaseMNPVersion. |
Version | Yes | String | Common Params. The value used for this API: 2024-08-01. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
MNPVersionId | Yes | Integer | Mini program version ID |
PlatformId | Yes | String | Platform ID |
Parameter Name | Type | Description |
---|---|---|
Data | BooleanInfo | Response data |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tcmpp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ReleaseMNPVersion
<Common request parameters>
{
"MNPVersionId": 2597,
"PlatformId": "T04257DS9431720WTAG"
}
{
"Response": {
"Data": {
"Result": true
},
"RequestId": "304a13ff-2130-4d52-ad24-9ef279ff55e4"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.MNPReleaseNumberExceedLimit | The number of released mini programs exceeds the limit. |
FailedOperation.MNPVersionReleased | This mini program version has already been released. |
FailedOperation.OnlyReleasePlatformApprovedMNPVersion | Only approved mini program versions can be released. |
FailedOperation.PackageAlreadyExpired | The TCMPP plan under the current account has expired. |
FailedOperation.ReleaseMNPVersionNeedGreaterThanOnlineVersion | The version of the mini program to be released must be later than the online version. |
InternalError | Internal error |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidMNPVersionId | The mini program version ID is empty or the version does not exist. |
InvalidParameterValue.InvalidPlatformId | Invalid platform ID |
MissingParameter | Missing required parameters. |
Was this page helpful?