The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
If set to true, and the spec is not found, a new spec will be created. In this situation, updateMask is ignored.
[[["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 2025-03-07 UTC."],[[["This document describes the legacy Apigee Registry API's `PATCH` method for modifying a specified API specification, which is no longer supported."],["The `PATCH` request requires a URL in gRPC Transcoding syntax, including the resource name as a path parameter under `apiSpec.name`."],["The API supports optional query parameters like `updateMask` to specify fields to be updated and `allowMissing` to create a new spec if one does not already exist."],["Both the request and the response body are instances of `ApiSpec`, which can be found in the documentation at /apigee/docs/reference/apis/apigeeregistry/rest/v1/projects.locations.apis.versions.specs#ApiSpec."],["Using this `PATCH` request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]