Creates a new message in the target discussion

POST /policy-comments/{policyId}/{documentId}/discussions/{discussionId}/comments

Creates a new message in the target discussion

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy ID

documentId

string

Document Identifier

discussionId

string

Discussion Identifier

Response

description: Successful operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyCommentDTO'

Last updated