Updates an existing TargetServer. Note that this operation has PUT semantics; it will replace the entirety of the existing TargetServer with the resource in the request body.
HTTP request
PUT https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/targetservers/*}
[[["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-21 UTC."],[[["This webpage details how to update an existing TargetServer using a PUT request, replacing the current server entirely with the provided resource."],["The HTTP request uses gRPC Transcoding syntax with a specific URL format: `PUT https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/targetservers/*}`."],["Updating a TargetServer requires providing a `name` parameter in the path, adhering to the format `organizations/{org}/environments/{env}/targetservers/{targetServerId}`, and the user needs the `apigee.targetservers.update` IAM permission."],["The request body and the successful response body both contain an instance of the TargetServer resource, detailed within the `TargetServer` documentation."],["Authorization for this update operation necessitates the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]