v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1320176217.8 KB
enterprises

Creates a web app.

post/v1/{+parent}/webApps

Path parameters

parentstring required

The name of the enterprise in the form enterprises/{enterpriseId}.

Request body

versionCodestring int64

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.

titlestring

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).

namestring

The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName}.

displayMode'DISPLAY_MODE_UNSPECIFIED' | 'MINIMAL_UI' | 'STANDALONE' | 'FULL_SCREEN'

The display mode of the web app.

startUrlstring

The start URL, i.e. the URL that should load when the user opens the application.

Response

Successful response