v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494316322.1 KB

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

get/#Action=UpdateApplicationVersion

Query parameters

ApplicationNamestring required
<p>The name of the application associated with this version.</p> <p> If no application is found with this name, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error.</p>
VersionLabelstring required
<p>The name of the version to update.</p> <p>If no application version is found with this label, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </p>
Descriptionstring

A new description for this version.

Action'UpdateApplicationVersion' required
Version'2010-12-01' required

Response

Success