Patch
|
|||||
|
|
Updates an existing web app. This method supports patch semantics
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 10 input parameters
Name | Format | Description |
---|---|---|
enterpriseId Required |
STRING |
The ID of the enterprise |
webAppId Required |
STRING |
The ID of the web app |
displayMode |
STRING |
The display mode of the web app. Possible values include:
|
icons[] |
OBJECT |
Icon for a web app |
icons[].imageData |
STRING |
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
isPublished |
BOOLEAN |
A flag whether the app has been published to the Play store yet |
startUrl |
STRING |
The start URL, i.e. the URL that should load when the user opens the application |
title |
STRING |
The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
versionCode |
INTEGER |
The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webAppId |
STRING |
The ID of the application. A string of the form "app: |
= Parameter name
= Format
enterpriseId STRING Required The ID of the enterprise |
webAppId STRING Required The ID of the web app |
displayMode STRING The display mode of the web app. Possible values include:
|
icons[] OBJECT Icon for a web app |
icons[].imageData STRING The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
isPublished BOOLEAN A flag whether the app has been published to the Play store yet |
startUrl STRING The start URL, i.e. the URL that should load when the user opens the application |
title STRING The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
versionCode INTEGER The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webAppId STRING The ID of the application. A string of the form "app: |
Output
This building block provides 8 output parameters
Name | Format | Description |
---|---|---|
displayMode |
STRING |
The display mode of the web app. Possible values include:
|
icons[] |
OBJECT |
Icon for a web app |
icons[].imageData |
STRING |
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
isPublished |
BOOLEAN |
A flag whether the app has been published to the Play store yet |
startUrl |
STRING |
The start URL, i.e. the URL that should load when the user opens the application |
title |
STRING |
The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
versionCode |
INTEGER |
The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webAppId |
STRING |
The ID of the application. A string of the form "app: |
= Parameter name
= Format
displayMode STRING The display mode of the web app. Possible values include:
|
icons[] OBJECT Icon for a web app |
icons[].imageData STRING The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
isPublished BOOLEAN A flag whether the app has been published to the Play store yet |
startUrl STRING The start URL, i.e. the URL that should load when the user opens the application |
title STRING The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
versionCode INTEGER The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webAppId STRING The ID of the application. A string of the form "app: |