landscaping-proposals

Create Landscaping Proposal Photo

post/landscaping-proposals/events/{event_id}/photos

Path parameters

event_idstring required

Request body

captured_atstring date-time required
capture_source'app_camera' | 'photo_library' | 'manual_override'
original_photo_idstring uuid nullable
s3_bucketstring nullable
s3_object_keystring nullable
content_typestring nullable
file_sizeinteger nullable
widthinteger nullable
heightinteger nullable
status'pending_upload' | 'uploaded' | 'captioning' | 'captioned' | 'failed'
captionstring nullable
metadataobject

Response

Successful Response

idstring uuid required
event_idstring uuid required
organization_idstring required
capture_source'app_camera' | 'photo_library' | 'manual_override' required
original_photo_idstring uuid nullable
captured_atstring date-time required
s3_bucketstring nullable
s3_object_keystring nullable
content_typestring nullable
file_sizeinteger nullable
widthinteger nullable
heightinteger nullable
status'pending_upload' | 'uploaded' | 'captioning' | 'captioned' | 'failed' required
captionstring nullable
annotationobject nullable
metadataobject
excludedboolean
created_atstring date-time required
updated_atstring date-time required

Changes