v1
latestOpenAPI 3.0.02026-07-24622596.0 KBPhotos
Add Comment
post/photos/{photo_id}/comments
Path parameters
photo_idstring id required
ID of the Photo
Headers
X-CompanyCam-Userstring
Email of CompanyCam user to be designated as the commenter
Request body
Response
The created photo comment
Example response
{
"id": "4782987471",
"creator_id": "2789583992",
"creator_type": "User",
"creator_name": "Shawn Spencer",
"commentable_id": "388472672",
"commentable_type": "Photo",
"status": "active",
"content": "Have you seen this yet?",
"created_at": 1152230608,
"updated_at": 1152230400
}