Appearance
DELETE /api/orgs/{org}/projects/{prj}/requirements/{name}/tags
DELETE
/api/orgs/{org}/projects/{prj}/requirements/{name}/tags
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",
"runId": "string",
"requirementId": "string",
"testId": "string",
"issueId": "string",
"tagId": "string",
"name": "string",
"color": "string",
"description": "string"
}
]
Responses
OK
application/json