landscaping-proposals

Update Landscaping Proposal Photo

patch/landscaping-proposals/photos/{photo_id}

Path parameters

photo_idstring required

Request body

capture_source'app_camera' | 'photo_library' | 'manual_override' nullable
original_photo_idstring uuid nullable
captured_atstring date-time 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' nullable
captionstring nullable
metadataobject nullable
excludedboolean nullable

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