Values.UpdateDocumentationPartRequestSourceUpdates an existing documentation part of a given API.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)documentationPartId : String_.t;The identifier of the to-be-updated documentation part.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}