Skip to content

[API] Android: Deploy web apps (web clips)#39508

Merged
marko-lisica merged 8 commits intodocs-v4.83.0from
38310-api-docs
Feb 17, 2026
Merged

[API] Android: Deploy web apps (web clips)#39508
marko-lisica merged 8 commits intodocs-v4.83.0from
38310-api-docs

Conversation

@marko-lisica
Copy link
Member

Added documentation for creating an Android web app via the API, including parameters and example request.
}
```

### Create Android web app
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dev note

  • This endpoint only creates a web app in Google Play, and returns app_store_id that 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
    • displayMode will be STANDALONE by 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 configuration for an Android app that has app_store_id that starts with com.google.enterprise.webapp, throw an error:
    • Couldn't edit. Android web apps don't support configurations.

@marko-lisica marko-lisica marked this pull request as ready for review February 9, 2026 10:41
@kiloconnect
Copy link
Contributor

kiloconnect bot commented Feb 17, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Well, I've taken a careful look through this change, and I'm pleased to share that it looks quite good. This adds clear, well-structured documentation for the new "Create Android web app" endpoint. The format follows the established conventions nicely — the experimental feature banner, the parameters table, the example request and response all match the patterns used throughout the rest of the API documentation.

I do want to mention that the existing review comments from other reviewers raise some thoughtful points worth addressing, particularly around the parameter naming and grammar.

Other Observations (not in diff)

Issues found in unchanged code that cannot receive inline comments:

File Line Issue
docs/REST API/rest-api.md ~9787-9798 SUGGESTION: The table of contents section does not include an entry for the new "Create Android web app" heading. Other nearby sections like "Download software" and "Download software icon" have TOC entries. Consider adding - [Create Android web app](#create-android-web-app) to maintain consistency.
Files Reviewed (1 file)
  • docs/REST API/rest-api.md - 0 new inline issues (documentation addition for Android web app creation endpoint)

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@marko-lisica marko-lisica merged commit e1c8eeb into docs-v4.83.0 Feb 17, 2026
6 checks passed
@marko-lisica marko-lisica deleted the 38310-api-docs branch February 17, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants