Required. Resource name of the catalog item documentation. Use the following structure in your request: organizations/{org}/sites/{site}/apidocs/{apidoc}/documentation
[[["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-09-04 UTC."],[[["\u003cp\u003eThis documentation details how to update documentation for a specified catalog item using a PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses gRPC Transcoding syntax and requires a specific URL structure: \u003ccode\u003ePATCH https://apigee.googleapis.com/v1/{name=organizations/*/sites/*/apidocs/*/documentation}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA required path parameter named \u003ccode\u003ename\u003c/code\u003e must contain the resource name, structured as \u003ccode\u003eorganizations/{org}/sites/{site}/apidocs/{apidoc}/documentation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eApiDocDocumentation\u003c/code\u003e, while a successful response will contain an instance of \u003ccode\u003eApiDocDocumentationResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.sites.apidocs.updateDocumentation\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates the documentation for the specified catalog item. Note that the documentation file contents will not be populated in the return message.\n\n### HTTP request\n\n`PATCH https://apigee.googleapis.com/v1/{name=organizations/*/sites/*/apidocs/*/documentation}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [ApiDocDocumentation](/apigee/docs/reference/apis/apigee/rest/v1/ApiDocDocumentation).\n\n### Response body\n\nIf successful, the response body contains an instance of [ApiDocDocumentationResponse](/apigee/docs/reference/apis/apigee/rest/v1/ApiDocDocumentationResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]