Create a new comment

This API enables users to add a comment to a specific topic, provided they have access permissions. This POST request requires the owner's ID and the topic's UUID, along with the comment content, to successfully create and store the comment.

Path Params
string
required
uuid
required
Body Params
string

Body content of the comment.

string

Comment id generated while creating a comment. Returned for reference but must be provided through URL only.

string

An organization owning a comment. Returned for reference but must be provided through URL only.

uuid

Topic unique id stored along comments. Returned for reference but must be provided through URL only.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json