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 4ff4242 commit 63703a7Copy full SHA for 63703a7
labelbox/client.py
@@ -1412,7 +1412,7 @@ def unarchive_root_feature_schema_node(
1412
headers=self.rest_endpoint_headers,
1413
)
1414
if response.status_code == 200:
1415
- return response.json()['didUnarchive']
+ return response.json()['unarchived']
1416
else:
1417
raise labelbox.exceptions.LabelboxError(
1418
"Failed unarchive root feature schema node: ", response.text)
0 commit comments