Update default config for a given project and location.
Note:This method does not fully implement AIP/134. The wildcard entry (*) is treated as a bad request, and when the field_mask is omitted, the request is treated as a full update on all modifiable fields.
[[["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-21 UTC."],[[["\u003cp\u003eThis webpage documents the process of updating the default configuration for a specified project and location, with a \u003ccode\u003ePATCH\u003c/code\u003e HTTP request to the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes gRPC Transcoding syntax, along with a mandatory \u003ccode\u003econfig.name\u003c/code\u003e path parameter to identify the specific configuration being updated.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eupdateMask\u003c/code\u003e query parameter can be used to specify exactly which fields of the configuration should be modified, allowing for partial updates.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful updates will return a response body containing the updated \u003ccode\u003eConfig\u003c/code\u003e instance, while authorization requires specific OAuth scopes and the \u003ccode\u003edataform.config.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eIt is important to note that the wildcard entry (*) is not supported, and the absence of a field mask is treated as a full update of all modifiable fields, despite not being a full implementation of AIP/134.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.updateConfig\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nUpdate default config for a given project and location.\n\n**Note:** *This method does not fully implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\\*) is treated as a bad request, and when the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.*\n\n### HTTP request\n\n`PATCH https://dataform.googleapis.com/v1beta1/{config.name=projects/*/locations/*/config}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Config](/dataform/reference/rest/v1beta1/Config).\n\n### Response body\n\nIf successful, the response body contains an instance of [Config](/dataform/reference/rest/v1beta1/Config).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/bigquery`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `dataform.config.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]