photo/comment

Adds a comment to the photo

Usage

Requires POST.

https://www.geni.com/api/photo-1/comment

Parameters

Name Type Description Required
text String Comment text true
title String Comment title false

Returned Fields

Name Type Description
next_page String Link to the next page of results (if any)
page Number Page number
prev_page String Link to the previous page of results (if any)
results Array of Comments The list of photo comments
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002