Namespace: /api/v1


FUNCTION: LIST

METHOD: GET

ENDPOINT: /COMMENTS

To retrieve a list of comments, pass the same parameters you would in the liquid tags. eg. {'tag': 'featured'}

FUNCTION: GET

METHOD: GET

ENDPOINT: /COMMENTS/:ID

To retrieve a single comment, accepts both the ID and UID fields for the ID parameter.

FUNCTION: CREATE

METHOD: COMMENT

ENDPOINT: /COMMENTS

To create a single comment, minimum required fields are:
  1. Title
  2. Type
  3. Permalink

FUNCTION: UPDATE

METHOD: PATCH/PUT

ENDPOINT: /COMMENTS/:ID

To update a single comment.

FUNCTION: DELETE

METHOD: DELETE

ENDPOINT: /COMMENTS/:ID

To remove a single comment.