Appearance
POST /api/orgs/{org}/projects/{prj}/requirements/{name}/tests
POST
/api/orgs/{org}/projects/{prj}/requirements/{name}/tests
Authorizations
Testslick OpenAPI Security Scheme
Authentication
TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
name*
Typestring
Requiredorg*
Typestring
Requiredprj*
Typestring
RequiredRequest Body
application/json
JSON
[
{
"id": "string",
"testId": "string",
"rid": "string",
"sid": 0,
"title": "string",
"requirementId": "string",
"linkTests": [
"string"
]
}
]
Responses
OK
application/json