Skip to content

Gallery Photo Comment

Defines the structure of the request body for the POST gallery/comment

Schema

{
"event_photo_id": 0,
"event_photo_comment_id": 0,
"event_photo_comment_reply_id": 0,
"event_photo_comment": "string"
}

Properties

event_photo_id

The unique identifier of event photo

Data Type: String
Required: Yes
Table: Event Photo

event_photo_comment_id

The unique identifier of event photo comment

Data Type: String
Required: No
Table: Event Photo Comment

event_photo_comment_reply_id

The unique identifier of event photo comment

Data Type: String
Required: No
Table: Event Photo Comment

event_photo_comment

The comment associated with the photo

Data Type: String
Required: Yes
Table: Event Photo Comment