Test Applet By Version And Identifier
PUT {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion/test/:testIdentifier
Update existing applet version test of applet by appletUid
, appletVersion
& testIdentifier
To update existing 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 |
identifier | string | required | Test suite identifier |
Body
Field | Type | Required | Description |
---|---|---|---|
binary | string | required | Binary as string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}