Skip to content

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

Draft
marko-lisica wants to merge 2 commits intodocs-v4.83.0from
38310-api-docs
Draft

[API] Android: Deploy web apps (web clips)#39508
marko-lisica wants to merge 2 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.

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.

1 participant