Field mask is used to specify the fields to be overwritten in the Api resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
A comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2021-01-19 UTC."],[[["This endpoint allows you to update the parameters of a single API using a PATCH request to a specific URL that includes the API's resource name."],["The `api.name` path parameter is required, and it is a string representing the resource name of the API in the format: `projects/{project}/locations/global/apis/{api}`."],["The `updateMask` query parameter allows you to specify which fields of the API resource should be overwritten, and if not provided, all fields will be overwritten."],["The request body must contain an instance of the `Api` resource, and a successful request will result in a response body containing an instance of `Operation`."],["Authorization to update the API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]