v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14145891.8 KB

Updates the specified application.

patch/applications/{applicationId}

Path parameters

applicationIdstring required

The Amazon Resource Name (ARN) of the application.

Request body

authorstring
<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
descriptionstring
<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
homePageUrlstring

A URL with more information about the application, for example the location of your GitHub repository for the application.

labelsString[]
<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
readmeBodystring
<p>A text readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
readmeUrlstring
<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>

Response

Success

ApplicationIdstring

The application Amazon Resource Name (ARN).

Authorstring
<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
CreationTimestring

The date and time this resource was created.

Descriptionstring
<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
HomePageUrlstring

A URL with more information about the application, for example the location of your GitHub repository for the application.

IsVerifiedAuthorboolean

Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.

LabelsString[]
<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
LicenseUrlstring
<p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>
Namestring
<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
ReadmeUrlstring
<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
SpdxLicenseIdstring

A valid identifier from https://spdx.org/licenses/.

VerifiedAuthorUrlstring

The URL to the public profile of a verified author. This URL is submitted by the author.