Skip to content

Commit 63703a7

Browse files
committed
Updated property name to match value sent back from the api
1 parent 4ff4242 commit 63703a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ def unarchive_root_feature_schema_node(
14121412
headers=self.rest_endpoint_headers,
14131413
)
14141414
if response.status_code == 200:
1415-
return response.json()['didUnarchive']
1415+
return response.json()['unarchived']
14161416
else:
14171417
raise labelbox.exceptions.LabelboxError(
14181418
"Failed unarchive root feature schema node: ", response.text)

0 commit comments

Comments
 (0)