Loading client/src/schema/schema.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10621,7 +10621,7 @@ export interface operations { header?: { "run-as"?: string; }; /** @description The ID of the History. */ /** @description History ID or any string. */ /** @description The ID of the item (`HDA`/`HDCA`) contained in the history. */ path: { history_id: string; Loading lib/galaxy/webapps/galaxy/api/history_contents.py +1 −1 Original line number Diff line number Diff line Loading @@ -824,7 +824,7 @@ class FastAPIHistoryContents: self, response: Response, trans: ProvidesHistoryContext = DependsOnTrans, history_id: str = "", history_id: str = Path(..., description="History ID or any string."), id: DecodedDatabaseIdField = HistoryItemIDPathParam, type: HistoryContentType = ContentTypePathParam, serialization_params: SerializationParams = Depends(query_serialization_params), Loading Loading
client/src/schema/schema.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10621,7 +10621,7 @@ export interface operations { header?: { "run-as"?: string; }; /** @description The ID of the History. */ /** @description History ID or any string. */ /** @description The ID of the item (`HDA`/`HDCA`) contained in the history. */ path: { history_id: string; Loading
lib/galaxy/webapps/galaxy/api/history_contents.py +1 −1 Original line number Diff line number Diff line Loading @@ -824,7 +824,7 @@ class FastAPIHistoryContents: self, response: Response, trans: ProvidesHistoryContext = DependsOnTrans, history_id: str = "", history_id: str = Path(..., description="History ID or any string."), id: DecodedDatabaseIdField = HistoryItemIDPathParam, type: HistoryContentType = ContentTypePathParam, serialization_params: SerializationParams = Depends(query_serialization_params), Loading