Updates an existing Reference. Note that this operation has PUT semantics; it will replace the entirety of the existing Reference with the resource in the request body.
HTTP request
PUT https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/references/*}
[[["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-03-07 UTC."],[[["This operation updates an existing Reference, replacing the entire existing Reference with the resource provided in the request body."],["The HTTP request method is `PUT` and uses gRPC Transcoding syntax with a specific URL format to update the reference."],["The `name` path parameter is required and must follow the format `organizations/{org}/environments/{env}/references/{ref}`, requiring specific authorization."],["The request and response bodies both contain an instance of the Reference resource."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]