Skip to content

Commit 85e77f6

Browse files
committed
Added extra docs
1 parent 3bd48c1 commit 85e77f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,8 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
15771577
def unarchive_feature_schema_node(self, ontology_id: str,
15781578
root_feature_schema_id: str) -> bool:
15791579
"""
1580-
Returns true if the root feature schema node was successfully unarchived, false otherwise
1580+
Returns true if the root feature schema node was successfully unarchived, false otherwise.
1581+
Only root level feature schema nodes can be unarchived.
15811582
Args:
15821583
root_feature_schema_id (str): The ID of the root level feature schema
15831584
ontology_id (str): The ID of the ontology

0 commit comments

Comments
 (0)