Required. API proxy to update in the following format: organizations/{org}/apis/{api}
If the resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
[[["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-08-28 UTC."],[[["\u003cp\u003eThis page documents how to update an existing API proxy using a PATCH request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required to specify the API proxy to update, and the \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required to specify which fields to update.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of the ApiProxy resource, defining the new state of the proxy, and a successful response will also return an instance of the updated ApiProxy.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires \u003ccode\u003eapigee.proxies.update\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apis.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 an existing API proxy.\n\n### HTTP request\n\n`PATCH https://apigee.googleapis.com/v1/{name=organizations/*/apis/*}`\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 [ApiProxy](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apis#ApiProxy).\n\n### Response body\n\nIf successful, the response body contains an instance of [ApiProxy](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apis#ApiProxy).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]