[[["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."],[],[],null,["# Method: projects.locations.plugins.instances.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\nUpdates a plugin instance in the API hub. The following fields in the [pluginInstance](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance) can be updated currently:\n\n- [display_name](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance.FIELDS.display_name)\n- \\[schedule_cron_expression\\]\\[PluginInstance.actions.schedule_cron_expression\\]\n\nThe [updateMask](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances/patch#body.QUERY_PARAMETERS.update_mask) should be used to specify the fields being updated.\n\nTo update the [authConfig](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance.FIELDS.auth_config) and [additionalConfig](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance.FIELDS.additional_config) of the plugin instance, use the `instances.applyConfig` method.\n\n### HTTP request\n\n`PATCH https://apihub.googleapis.com/v1/{pluginInstance.name=projects/*/locations/*/plugins/*/instances/*}`\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 [PluginInstance](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance).\n\n### Response body\n\nIf successful, the response body contains an instance of [PluginInstance](/apigee/docs/reference/apis/apihub/rest/v1/projects.locations.plugins.instances#PluginInstance).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]