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 API is not found, a new API 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, which is no longer supported; it is recommended to use the Apigee API hub APIs instead."],["The API uses a `PATCH` request to modify a specified API at the given URL: `https://apigeeregistry.googleapis.com/v1/{api.name=projects/*/locations/*/apis/*}`."],["The API requires a resource name (`api.name`) as a path parameter and supports query parameters like `updateMask` and `allowMissing`."],["The request and response bodies both utilize an instance of the `Api` object."],["Using this API requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]