Skip to content
Testslick Documentation
Main Navigation
Home
Guide
Api
Agent
Appearance
Menu
Return to top
POST /api/orgs/{org}/projects/{prj}/requirements/{name}/comments
POST
/api/orgs/{org}/projects/{prj}/requirements/{name}/comments
Authorizations
Testslick OpenAPI Security Scheme
Authentication
Type
OpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
name
*
Type
string
Required
org
*
Type
string
Required
prj
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"oid"
:
"string"
,
"pid"
:
"string"
,
"testId"
:
"string"
,
"issueId"
:
"string"
,
"requirementId"
:
"string"
,
"suiteId"
:
"string"
,
"repositoryId"
:
"string"
,
"content"
:
"string"
,
"edited"
:
true
,
"createdAt"
:
"2022-03-10T12:15:50"
,
"createdBy"
:
"string"
,
"updatedAt"
:
"2022-03-10T12:15:50"
,
"updatedBy"
:
"string"
}
Responses
200
401
403
OK
Content-Type
application/json
POST
/api/orgs/{org}/projects/{prj}/requirements/{name}/comments
Playground
Authorization
Testslick OpenAPI Security Scheme
Variables
Key
Value
name
*
org
*
prj
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI
POST /api/orgs/{org}/projects/{prj}/requirements/{name}/comments
Authorizations
Authentication
Parameters
Path Parameters
Request Body
Responses
Playground
Authorization
Variables
Body
Samples