---
title: "Mark photos as favourite."
method: POST
path: "/api/v4/locations/photos/star"
tags: ["Locations"]
---

# Mark photos as favourite.

`POST /api/v4/locations/photos/star`

Marks one or more of a location's additional photos as favourites for priority placement on supported publishers.

## Request body

- object
  - `input` StarLocationPhotosInput, required
    - `clientMutationId` string
    - `locationId` string, required
    - `photoIds` string[], required
    - `starred` boolean, required

## Response `200`

Successful response

- StarLocationPhotosPayload
  - `clientMutationId` string
  - `photos` PhotoType[]
    - `id` string, required
    - `url` string, required
    - `caption` string
    - `starred` boolean
  - `errors` MutationErrorType[]
    - `code` string
    - `message` string, required
    - `path` string[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.net/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/9274a1eac380/schema)
