Method: projects.locations.repositories.packages.tags.create

Creates a tag.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The name of the parent resource where the tag will be created.

Authorization requires the following IAM permission on the specified resource parent:

  • artifactregistry.tags.create

Query parameters

Parameters
tagId

string

The tag id to use for this repository.

Request body

The request body contains an instance of Tag.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.