Updates an authorized orgs desc. The long-running operation from this RPC has a successful status after the authorized orgs desc propagates to long-lasting storage. If a authorized orgs desc contains errors, an error response is returned for the first error encountered. Only the organization list in AuthorizedOrgsDesc can be updated. The name, authorizationType, assetType and authorizationDirection cannot be updated.
[[["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-02-12 UTC."],[[["This endpoint updates an AuthorizedOrgsDesc, which propagates to long-lasting storage after a successful operation."],["Only the organization list within the AuthorizedOrgsDesc can be modified, as the name, authorization type, asset type, and authorization direction are immutable."],["The HTTP request uses a PATCH method with a URL structure defined by gRPC Transcoding syntax, including a specific resource name format."],["The request requires an `updateMask` query parameter, which is a comma-separated list of fields to be updated."],["The request body must contain an `AuthorizedOrgsDesc` and on success, returns an instance of `Operation`."]]],[]]