Skip to main content

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.

Please back up your files before attempting any guides on this site, and be aware that any of these solutions are carried out at your own risk. Solve The Fruit is not responsible for any outcomes for following these crowd-sourced guides.

Solve The Fruit is an independent open-source solutions and guide website and is not affiliated with Apple Inc in any way.