POST
/
api
/
parea
/
v1
/
collection

Body

data
list[dict]
required

list of key-value pairs where keys represent input names. Each item in the list represent a test case row. Target and Tags are reserved keys. There can only be one target and tags key per dict item. If target is present it will represent the target/expected response for the inputs. If tags are present they must be a list of json_serializable values.

name
string

A unique name for the dataset. If not provided a random name will be generated.