v1

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

Update an existing comment

This API allows users to modify the content of a comment within a topic, provided they have the necessary permissions. By using a PUT request with the owner's ID, topic's UUID, and comment ID, users can update the comment's details effectively.

put/topics/{owner}/{topicUuid}/comments/{commentid}

Path parameters

ownerstring required
topicUuidstring uuid required
commentidstring 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.