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