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; };