Required. Name of the rate plan. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}
If the API Product 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:
apigee.rateplans.update
Request body
The request body contains an instance of RatePlan.
Response body
If successful, the response body contains an instance of RatePlan.
[[["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-05-04 UTC."],[[["This endpoint uses a PUT request to update an existing rate plan located at `https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*/rateplans/*}`."],["The `name` parameter is required in the path to specify which rate plan to update, following the format: `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`."],["The request body must include a `RatePlan` instance, and a successful request will return a `RatePlan` instance in the response."],["Updating a rate plan requires the `apigee.rateplans.update` IAM permission on the resource specified in the `name` parameter, in addition to the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]