[API] Android: Deploy web apps (web clips)#39508
Draft
marko-lisica wants to merge 2 commits intodocs-v4.83.0from
Draft
[API] Android: Deploy web apps (web clips)#39508marko-lisica wants to merge 2 commits intodocs-v4.83.0from
marko-lisica wants to merge 2 commits intodocs-v4.83.0from
Conversation
Added documentation for creating an Android web app via the API, including parameters and example request.
32 tasks
marko-lisica
commented
Feb 6, 2026
| } | ||
| ``` | ||
|
|
||
| ### Create Android web app |
Member
Author
There was a problem hiding this comment.
Dev note
- This endpoint only creates a web app in Google Play, and returns
app_store_idthat can be used to add an Android app (web app) via Fleet UI/API/YAML. - Fleet should use enterprises.webApps AMAPI endpoint
- User can specify title, url, and icon
displayModewill beSTANDALONEby default and can't be changed in this iteration.
- The icon should be validated. The icon must be a PNG file and square, with dimensions of at least 512 x 512px. If not, throw an error:
Couldn't create. The icon must be a PNG file and square, with dimensions of at least 512 x 512px.
Changes to PATCH /software/titles/:title_id/app_store_app:
- If the user tries to add
configurationfor an Android app that hasapp_store_idthat starts withcom.google.enterprise.webapp, throw an error:Couldn't edit. Android web apps don't support configurations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to: