Skip to content

DELETE /api/orgs/{org}/projects/{prj}/issues/{sid}/tests

DELETE
/api/orgs/{org}/projects/{prj}/issues/{sid}/tests

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

org*
Typestring
Required
prj*
Typestring
Required
sid*
Typeinteger
Required
formatint32

Request Body

application/json
JSON
[
{
"id": "string",
"oid": "string",
"rid": "string",
"issueId": "string",
"testId": "string",
"sid": 0,
"title": "string",
"notes": "string",
"suiteId": "string",
"typeId": "string",
"statusId": "string",
"environmentId": "string",
"manual": true,
"sharable": true,
"preconditions": "string",
"expectedResults": "string",
"createdAt": "2022-03-10T12:15:50",
"createdBy": "string",
"updatedAt": "2022-03-10T12:15:50",
"updatedBy": "string"
}
]

Responses

OK
application/json

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI