Webapps: insert

  • Creating a new web app for an enterprise requires authorization.

  • The HTTP request to create a new web app uses the POST method to a specific Google API endpoint including the enterprise ID.

  • The request requires authorization with thehttps://www.googleapis.com/auth/androidenterprise scope.

  • The request body must contain a Webapps resource.

  • A successful response will return a Webapps resource.

Note:Requiresauthorization.

Creates a new web app for the enterprise.

Request

HTTP request

POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/webApps

Parameters

Parameter nameValueDescription
Path parameters
enterpriseIdstring The ID of the enterprise.

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/androidenterprise

For more information, see theauthentication and authorization page.

Request body

In the request body, supply aWebapps resource.

Response

If successful, this method returns aWebapps resource in the response body.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.