v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
topics and comments - resource

Create a 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.

post/topics/{owner}/{topicUuid}/comments

Path parameters

ownerstring required
topicUuidstring uuid required

Request body

bodystring

Body content of the comment.

commentidstring

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

ownerstring

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

topicUuidstring uuid

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

Response

default response

bodystring

Body content of the comment.

commentidstring

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

ownerstring

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

topicUuidstring uuid

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