Test Applet By Version
POST/v1/applet/:appletUid/version/:appletVersion/test
Create new applet version test of applet by appletUid and appletVersion.
To create a new Applet version test suite you need just the binary (string with test source code).
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
appletUid | string | required | Unique Applet identification |
version | string | required | Applet version |
Body
| Field | Type | Required | Description |
|---|---|---|---|
identifier | string | required | Test suite identifier |
binary | string | required | Binary as string |
Request
Responses
- 201
- 400
- 404
OK
Response Headers
Content-Type
Bad request
Response Headers
Content-Type
Not Found
Response Headers
Content-Type