The name of the package, for example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1. If the package ID part contains slashes, the slashes are escaped.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-17 UTC."],[[["This webpage describes how to update a package using an HTTP request, utilizing gRPC Transcoding syntax in the URLs."],["The request requires specifying the `package.name` as a path parameter, which includes details like project, location, repository, and package identifiers."],["The `updateMask` query parameter is essential to specify which fields of the package resource should be updated, formatted as a comma-separated list of fully qualified field names."],["Both the request and response bodies contain an instance of the `Package` resource, detailed in the Artifact Registry documentation."],["Updating a package requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]