Required. The field to update. Only the accountLinkTarget field can be updated. Use the syntax shown in the example URL below and provide the new value in the request body.
The response body will only include the name field of an AccountLink.
The information above is sufficient for forming the URL and request body. The sentence below is auto-generated, supplemental information about the FieldMask format in general.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of AccountLink.
Response body
If successful, the response body contains an instance of AccountLink.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["Updates an existing account link's target, specifically the `accountLinkTarget` field."],["Requires specifying the account link's resource name in the URL path."],["Uses a `PATCH` request with an `updateMask` query parameter indicating the field to update."],["The request body should contain the updated `AccountLink` object with the new `accountLinkTarget` value."],["Requires the `https://www.googleapis.com/auth/travelpartner` OAuth scope for authorization."]]],[]]