Datasets
Create Test Cases For Dataset
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.
POST
/
api
/
parea
/
v1
/
testcases
Authorizations
x-user-id
string
headerrequiredBody
application/json
test_cases
object[]
requiredList of items which should be added to dataset.
id
integer | null
ID for the dataset/test case collection. Either ID or name is required to identify the dataset.
name
string | null
Name for the dataset/test case collection. Either ID or name is required to identify the dataset.
Response
200 - application/json
The response is of type integer[]
.
Was this page helpful?