From 94b2cef099e138a80809848049f81dd61d1cf182 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Sun, 18 Feb 2024 12:32:13 -0500 Subject: [PATCH] Rebase into schema. --- client/src/api/schema/schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 25af7be18222..a01229114084 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -17463,6 +17463,7 @@ export interface operations { header?: { "run-as"?: string | null; }; + /** @description The encoded database identifier of the History. */ path: { history_id: string; };