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 9e01a40 commit f521e35Copy full SHA for f521e35
infrahub_sdk/node/node.py
@@ -1220,7 +1220,7 @@ def save(
1220
if "CoreGroup" in self._schema.inherit_from:
1221
if self.id is None:
1222
raise UninitializedError("Cannot add related nodes before the node has an ID")
1223
- self._client.group_context.add_related_nodes(ids=[self.id], update_group_context=update_group_context)
+ self._client.group_context.add_related_groups(ids=[self.id], update_group_context=update_group_context)
1224
1225
else:
1226
0 commit comments