document/comment

Adds a comment to the document

Usage

Requires POST.

https://www.geni.com/api/document-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 document comments
Note: Blank fields will not be returned to save bandwidth.

rails-1a-000