Method: projects.locations.spaces.applications.create

Creates an application.

HTTP request

POST https://designcenter.googleapis.com/v1alpha/{parent=projects/*/locations/*/spaces/*}/applications

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource in which to create the application. Format: projects/$project/locations/$location/spaces/$space

Query parameters

Parameters
applicationId

string

Required. The ID of the application to create.

Request body

The request body contains an instance of Application.

Response body

If successful, the response body contains a newly created instance of Application.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • designcenter.applications.create

For more information, see the IAM documentation.