{
"input": {
"locationId": "TG9jYXRpb246MTA4NzIxMQ==",
"photoIds": [
"TWVkaWFGaWxlOjU2MzgyMDU="
],
"starred": true
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/photos/star' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"locationId": "TG9jYXRpb246MTA4NzIxMQ==",
"photoIds": [
"TWVkaWFGaWxlOjU2MzgyMDU="
],
"starred": true
}
}'
{
"data": {
"starUnstarLocationPhotos": {
"success": true,
"error": null,
"photos": [
{
"databaseId": 5638205,
"fileSize": 95636,
"id": "TWVkaWFGaWxlOjU2MzgyMDU=",
"name": "090f5748-2f84-405e-bd04-6cd42dad2496",
"starred": true,
"thumbnailUrl": "https://sy-media-store.s3-us-west-2.amazonaws.com/f868bb3ff3898a2dc349ea61ca4d8a67/59c670a3536b937ec7910f7619ee3304/thumbnail_7c7fdefb-c50d-4478-8b8e-957011444445.jpg",
"type": "ADDITIONAL",
"url": "https://sy-media-store.s3-us-west-2.amazonaws.com/f868bb3ff3898a2dc349ea61ca4d8a67/59c670a3536b937ec7910f7619ee3304/7c7fdefb-c50d-4478-8b8e-957011444445.jpg",
"publisherOverride": ""
}
]
}
}
}