Appearance
POST /api/orgs/{org}/projects/{prj}/repos/{repo}/tests/{sid}/tags
POST
/api/orgs/{org}/projects/{prj}/repos/{repo}/tests/{sid}/tags
Authorizations
Testslick OpenAPI Security Scheme
Authentication
TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
org*
Typestring
Requiredprj*
Typestring
Requiredrepo*
Typestring
Requiredsid*
Typestring
RequiredRequest Body
application/json
JSON
[
{
"id": "string",
"runId": "string",
"requirementId": "string",
"testId": "string",
"issueId": "string",
"tagId": "string",
"name": "string",
"color": "string",
"description": "string"
}
]
Responses
OK
application/json