Method: projects.locations.spaces.catalogs.shares.create

Shares a catalog from one space to another space.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource in which shares are created.

Query parameters

Parameters
shareId

string

Required. The ID of the share to create.

Request body

The request body contains an instance of Share.

Response body

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

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 permissions on the parent resource:

  • designcenter.catalogTemplateRevisions.get
  • designcenter.catalogTemplateRevisions.list
  • designcenter.catalogTemplates.get
  • designcenter.catalogTemplates.list
  • designcenter.shares.create

Requires the following IAM permission on the destinationSpace resource:

  • designcenter.spaces.update

For more information, see the IAM documentation.