> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Photo Not In Barber Portfolio

> The referenced photo is not in the booked barber's public portfolio

## Cause

A photo supplied as a booking reference is not assigned to the booked barber's public portfolio. Only photos already present in that barber's public portfolio can be referenced when booking.

## Fix

List the barber's portfolio photos and reference only identifiers returned there for the barber being booked, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an appointment](/api-reference/appointments/create-an-appointment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/photoNotInBarberPortfolio",
  "title": "Photo Not In Barber Portfolio",
  "status": 422,
  "detail": "A photo supplied as a booking reference is not assigned to the booked barber's public portfolio. Only photos already..."
}
```
