Updates the information about a product version.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProductVersionId | string | Yes | The ID of the product version. | pv-bp15e79d26**** |
ProductVersionName | string | Yes | The name of the product version. The value must be 1 to 128 characters in length. | 1.0 |
Description | string | No | The description of the product version. The value must be 1 to 128 characters in length. | The description of the product version. |
Guidance | string | No | The recommendation information. Valid values:
| Default |
Active | boolean | No | Specifies whether to enable the product version. Valid values:
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"ProductVersionId": "pv-bp15e79d26****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | A system error occurred. |
For a list of error codes, visit the Service error codes.