[[["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-09-04 UTC."],[[["\u003cp\u003eThis API endpoint updates a specified data collector using a PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and specifies the data collector to be updated, including authorization requirements.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter allows specifying which fields of the data collector should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be an instance of \u003ccode\u003eDataCollector\u003c/code\u003e, and the response body will also return a \u003ccode\u003eDataCollector\u003c/code\u003e instance upon success.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.datacollectors.patch\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- [Try it!](#try-it)\n\nUpdates a data collector.\n\n### HTTP request\n\n`PATCH https://apigee.googleapis.com/v1/{name=organizations/*/datacollectors/*}`\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 [DataCollector](/apigee/docs/reference/apis/apigee/rest/v1/organizations.datacollectors#DataCollector).\n\n### Response body\n\nIf successful, the response body contains an instance of [DataCollector](/apigee/docs/reference/apis/apigee/rest/v1/organizations.datacollectors#DataCollector).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]