Call UpdateMessageApp to update interactive message application information.
Operation description
QPS limits
The single-user QPS limit for this API is 100 queries per second (QPS). API calls that exceed this limit are throttled, which may affect your business. You can call this API at a reasonable rate. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:UpdateMessageApp |
update |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
Interactive message application ID. |
VKL3*** |
| AppName |
string |
No |
Interactive message application name. |
testApp |
| AppConfig |
object |
No |
Application configuration. |
|
|
string |
No |
Application configuration information, user-defined content. |
||
| Extension |
object |
No |
Extension field. |
|
|
string |
No |
Extension field, passed as needed, for additional application properties that need to be recorded. |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
Return result. |
|
| Success |
boolean |
Indicates whether the update is successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"Success": true
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.