Field mask is used to specify the fields to be overwritten in the ApiConfig 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".
Request body
The request body contains an instance of ApiConfig.
Response body
If successful, the response body contains an instance of Operation.
[[["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-07-28 UTC."],[[["\u003cp\u003eThis page documents how to update the parameters of a single ApiConfig using a PATCH request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specific path parameters, including the \u003ccode\u003eapiConfig.name\u003c/code\u003e, which uses a predefined format for resource identification.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter dictates which fields of the ApiConfig are updated; if omitted, all fields are overwritten.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of ApiConfig, and a successful operation will result in a response body containing an Operation instance.\u003c/p\u003e\n"],["\u003cp\u003eTo authorize the update, requests need to include the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,[]]