Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Test to create
The body is of type object
.
Response
Test creation response
The response is of type object
.
Create a new test
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Test to create
The body is of type object
.
Test creation response
The response is of type object
.