Domain name for API request: tcmpp.tencentcloudapi.com.
This API is used to modify mini program information
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: ModifyMNP. |
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. |
MNPType | Yes | String | Mini program type |
MNPName | Yes | String | Mini program name |
MNPIntro | Yes | String | Mini program introduction |
MNPDesc | Yes | String | Mini program description |
MNPId | Yes | String | Mini program ID |
PlatformId | Yes | String | Platform ID |
MNPIcon | No | String | Mini program icon |
Parameter Name | Type | Description |
---|---|---|
Data | ResourceIdInfo | 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: ModifyMNP
<Common request parameters>
{
"MNPType": "Logistics Services->1_Pickup/Delivery,Life Service->144_Lilliputian Services",
"MNPName": "autotest_miniapp",
"MNPIntro": "test",
"MNPDesc": "test",
"MNPId": "mpg9yjc0qbpkelik",
"MNPIcon": "http://127.0.0.1/T04257DS9431720WTAG/console/20240820162809-c31a505943.png",
"PlatformId": "T04257DS9431720WTAG"
}
{
"Response": {
"Data": {
"ResourceId": 727
},
"RequestId": "36b3ccc2-a04a-4f73-82be-b472f5e4b262"
}
}
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.MiniProgramIconAnalysisFailed | Failed to parse the mini program icon. |
FailedOperation.PackageAlreadyExpired | The TCMPP plan under the current account has expired. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidMNPId | Invalid mini program ID |
InvalidParameterValue.InvalidMNPName | Invalid format or length of the mini program name |
InvalidParameterValue.InvalidMNPType | Invalid mini program type |
InvalidParameterValue.InvalidPlatformId | Invalid platform ID |
InvalidParameterValue.MNPTypeNumberExceedLimit | The number of mini program categories exceeds the limit. |
InvalidParameterValue.MiniProgramNameAlreadyExist | The mini program name already exists. |
Was this page helpful?