Commit a6327a52 authored by Assunta DeSanto's avatar Assunta DeSanto
Browse files

changeing put type and default back, since it is not the problem once visualization PR gets merged

parent 56882f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -787,7 +787,7 @@ class FastAPIHistoryContents:
    def update_typed(
        self,
        trans: ProvidesHistoryContext = DependsOnTrans,
        history_id: str = "",
        history_id: DecodedDatabaseIdField = HistoryIDPathParam,
        id: DecodedDatabaseIdField = HistoryItemIDPathParam,
        type: HistoryContentType = ContentTypePathParam,
        serialization_params: SerializationParams = Depends(query_serialization_params),