From 87603e0c70ce8488d020860d6049e6f42cdd73bf Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Tue, 27 Feb 2024 12:15:11 +0100 Subject: [PATCH] fix: Lighten Tag and NodesSources serialization with `tag_documents` and `tag_color` serialization groups --- src/developer/api/serialization.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/developer/api/serialization.rst b/src/developer/api/serialization.rst index a8451f8..eb45e19 100644 --- a/src/developer/api/serialization.rst +++ b/src/developer/api/serialization.rst @@ -65,6 +65,15 @@ Serialization groups tag_children Serialize Tags with their ``children``, do not use with ``tag_parent`` group. + tag_documents + Serialize Tags with their ``documents``. + + tag_color + Serialize Tags with their ``color`` field. + + tag_children_order + Serialize Tags with their ``children_order`` fields. + node_type Serialize entities in a ``NodeType`` context.