Create a Submission Test

Behavior

Creates a submission test using the parameters provided in the request body.

Returns

Returns the newly created Submission Test if creation succeeded. This call will raise an error if any parameters are invalid or any required parameters are omitted.
















Body Params
int32
required

ID of the Submission this Submission Test corresponds to.

int32
required

ID of the Test Case this Submission Test corresponds to.

boolean
required

Whether the rest run represented by this Submission Test passed.

string

Any logs associated with this Submission Test. You can use this field to store meta-data related to the test result encoded by this object.

boolean
Defaults to false

Whether the test run represented by this Submission Test produced an error. Defaults to False.

Responses

Language
Credentials
Query
Request
Response
Choose an example:
application/json