[[["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-01-16 UTC."],[[["This document describes how to update an External API resource within the API hub, including the fields that can be modified such as `display_name`, `description`, `documentation`, `endpoints`, and `paths`."],["Updating an External API resource uses a `PATCH` HTTP request to a specified URL, including the resource's unique name in the URL path."],["The `updateMask` query parameter is required to specify which fields should be updated in the resource."],["The request body should contain an instance of `ExternalApi`, and a successful update will return the updated `ExternalApi` instance in the response."],["Updating an External API requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apihub.externalApis.update` on the resource."]]],[]]