Test Evidence

This document describes the API for creating Evidence for a Test.

Create a Test Evidence

Uploads evidence to a Test.

Securityheader_authorization
Request
path Parameters
test_id
required
string <uuid>

The ID of the Test to attach the evidence

Request Body schema: multipart/form-data
optional
file
string <binary>

File which you want to attach as evidence

Responses
400

Bad Request

401

Unauthorized

403

Forbidden

404

Resource not found

default
post/tests/{test_id}/evidences
Request samples
Response samples
application/json
{
  • "data": {
    },
  • "includes": { }
}