Skip to main content
Easy Repair Guides For CCTV Equipment

Comments

These endpoints control the basic comment actions (get, create, edit and delete) on guides, steps, wikis, posts, info and stories.

GET /comments

List comments, ordered by commentid.

GET /comments/{commentid}

Get a comment by commentid.

POST /comments/{context}/{contextid}

Adds a new comment to the provided context.

PATCH /comments/{commentid}

Edit an existing comment. The authenticated user must be the owner of the comment to make an edit. The edit must be made within 5 minutes of the date time.

DELETE /comments/{commentid}

Delete a comment. The authenticated user must be the owner of the comment to delete.

Yet Another Adamxp12.com Website