v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336218221.3 KB
projects

Imports the specified app.

post/v1/{+parent}/apps:importApp

Path parameters

parentstring required

Required. The parent resource name with the location of the app to import.

Request body

appContentstring byte

Raw bytes representing the compressed zip file with the app folder structure.

appIdstring

Optional. The ID to use for the imported app. * If not specified, a unique ID will be automatically assigned for the app. * Otherwise, the imported app will use this ID as the final component of its resource name. If an app with the same ID already exists at the specified location in the project, the content of the existing app will be replaced.

ignoreAppLockboolean

Optional. Flag for overriding the app lock during import. If set to true, the import process will ignore the app lock.

gcsUristring

The Google Cloud Storage URI from which to import app. The format of this URI must be gs:///.

displayNamestring

Optional. The display name of the app to import. * If the app is created on import, and the display name is specified, the imported app will use this display name. If a conflict is detected with an existing app, a timestamp will be appended to the display name to make it unique. * If the app is a reimport, this field should not be set. Providing a display name during reimport will result in an INVALID_ARGUMENT error.

Response

Successful response