saved

Save Place

Save a place globally. Idempotent for the same (place, list) pair — re-saving returns the existing row rather than duplicating.

post/saved

Headers

x-client-idstring nullable

Request body

place_refstring required
namestring required
categorystring nullable
citystring nullable
latnumber nullable
lngnumber nullable
image_urlstring nullable
captionstring nullable
list_idstring uuid nullable
source'manual' | 'chat' | 'tiktok' | 'ig' | 'shared'
source_urlstring nullable
source_trip_idstring uuid nullable

Response

Successful Response

idstring uuid required
list_idstring uuid nullable required
place_refstring required
place_idstring nullable required
captionstring nullable required
descriptionstring nullable
namestring required
categorystring nullable required
citystring nullable required
statestring nullable required
countrystring nullable required
latnumber nullable required
lngnumber nullable required
image_urlstring nullable required
image_thumbhashstring nullable
ratingnumber nullable required
num_reviewsinteger nullable required
tabelog_tierinteger nullable
sourcestring required
source_urlstring nullable required
is_sharedboolean required
review_statestring nullable required
created_atstring required

Changes