v1

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

Creates a new app version in the given app.

post/v1/{+parent}/versions

Path parameters

parentstring required

Required. The resource name of the app to create an app version in.

Query parameters

appVersionIdstring

Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.

Request body

namestring

Identifier. The unique identifier of the app version. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}

creatorstring

Output only. Email of the user who created the app version.

etagstring

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

displayNamestring

Optional. The display name of the app version.

descriptionstring

Optional. The description of the app version.

createTimestring google-datetime

Output only. Timestamp when the app version was created.

Response

Successful response