Album / Image Comment Creation
POST https://api.imgur.com/3/gallery/{{galleryHash}}/comment
Response Model: Basic
Parameters
| Key | Required | Value |
|---|---|---|
| comment | required | The text of the comment. |
Request Body
[{"name"=>"comment", "value"=>"{{commentText}}", "datatype"=>"string"}]
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |