Updates an existing API product. You must include all required values, whether or not you are updating them, as well as any optional values that you are updating.
The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via UI or API. View the list of API products to identify their internal names.
HTTP request
PUT https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}
[[["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-03 UTC."],[[["\u003cp\u003eThis API call is used to update an existing API product, requiring all required values and any optional values being modified to be included in the update request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL must utilize the internal name of the product, as opposed to the display name, which can be viewed in the list of API products.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePUT\u003c/code\u003e HTTP method is used with a specified URL structure: \u003ccode\u003ehttps://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}\u003c/code\u003e, with the product name being required.\u003c/p\u003e\n"],["\u003cp\u003eUpdating the API product requires the \u003ccode\u003eapigee.apiproducts.update\u003c/code\u003e IAM permission on the specified resource \u003ccode\u003ename\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request and successful response bodies will contain an instance of the \u003ccode\u003eApiProduct\u003c/code\u003e data structure, and the call requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apiproducts.update\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_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 product. You must include all required values, whether or not you are updating them, as well as any optional values that you are updating.\n\nThe API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via UI or API. View the list of API products to identify their internal names.\n\n### HTTP request\n\n`PUT https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [ApiProduct](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct).\n\n### Response body\n\nIf successful, the response body contains an instance of [ApiProduct](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]