Adds items/test cases to a dataset. If the dataset does not exist, it will be created. Returns the IDs of the created items/test cases.
Returns: List[int]: List of IDs of the created items/test cases.
List of items which should be added to dataset.
ID for the dataset/test case collection. Either ID or name is required to identify the dataset.
Name for the dataset/test case collection. Either ID or name is required to identify the dataset.
Successful Response