We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd48c1 commit 85e77f6Copy full SHA for 85e77f6
labelbox/client.py
@@ -1577,7 +1577,8 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
1577
def unarchive_feature_schema_node(self, ontology_id: str,
1578
root_feature_schema_id: str) -> bool:
1579
"""
1580
- Returns true if the root feature schema node was successfully unarchived, false otherwise
+ Returns true if the root feature schema node was successfully unarchived, false otherwise.
1581
+ Only root level feature schema nodes can be unarchived.
1582
Args:
1583
root_feature_schema_id (str): The ID of the root level feature schema
1584
ontology_id (str): The ID of the ontology
0 commit comments