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.

Path Params
string
required
uuid
required
string
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