MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / duplicate_group

Method duplicate_group

tests/utils/api_client.py:705–706  ·  view source on GitHub ↗
(self, group_id: int)

Source from the content-addressed store, hash-verified

703 self.command("project.group.delete", {"groupId": group_id})
704
705 def duplicate_group(self, group_id: int) -> dict:
706 return self.command("project.group.duplicate", {"groupId": group_id})
707
708 def add_dataset(self, group_id: int, options: int = 0) -> dict:
709 """Add a dataset to a group; returns the new dataset record."""

Calls 1

commandMethod · 0.95

Tested by 3

test_duplicate_groupFunction · 0.64