diff --git a/flexus_client_kit/ckit_edoc.py b/flexus_client_kit/ckit_edoc.py index 7fe5ba1..48eaace 100644 --- a/flexus_client_kit/ckit_edoc.py +++ b/flexus_client_kit/ckit_edoc.py @@ -36,6 +36,7 @@ class FEdocOutput: edoc_title: str edoc_mtime: int edoc_size_bytes: int + edoc_archived_ts: int edoc_status_download: str edoc_status_graphdb: str edoc_status_vectordb: str @@ -164,7 +165,7 @@ async def edoc_patch( async with http_client as http: result = await http.execute( gql.gql( - """mutation EdocUpdate($p: FEdocUpdateInput!) { + """mutation EdocUpdate($p: FEdocPatch!) { edoc_update(p: $p) }""", ),