Updates the description of a version.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
The site ID. You can call the ListSites operation to obtain the site ID. |
134567**** |
| SiteVersion |
integer |
Yes |
The version number to be updated. |
0 |
| Description |
string |
Yes |
The description of the version. |
更新版本。 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
52DD50C2-C381-13BD-A269-5FAEEB848ACD |
Examples
Success response
JSON format
{
"RequestId": "52DD50C2-C381-13BD-A269-5FAEEB848ACD"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.SiteVersionDescExceedLimit | The specified site version description exceeds the maximum length. | The specified site version description exceeds the maximum length. |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | Site.ServiceBusy | This website is being configured. Try again later. | This website is being configured. Try again later. |
| 400 | SiteVersion.NotExist | The specified version is invalid or version management is not enabled for your website.Make sure that you specify a valid version and version management is enabled. Then, try again. | The specified version is invalid or version management is not enabled for your website.Make sure that you specify a valid version and version management is enabled. Then, try again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.