---
title: "modify a suggestion for poets photos (Auth policies: ganjoor:photos)"
method: PUT
path: "/api/poetphotos"
tags: ["GanjoorPoetSuggestedPhotos"]
---

# modify a suggestion for poets photos (Auth policies: ganjoor:photos)

`PUT /api/poetphotos`

## Request body

- GanjoorPoetSuggestedPictureViewModel
  - `id` integer — id
  - `poetId` integer — Poet Id
  - `picOrder` integer — order
  - `title` string, nullable — Title
  - `description` string, nullable — Description
  - `imageUrl` string, nullable — image url
  - `suggestedById` string, uuid, nullable — suggested by id
  - `published` boolean — published
  - `chosenOne` boolean — selected
  - `rejectionCause` string, nullable — rejection cause
  - `externalNormalSizeImageUrl` string, nullable — external normal size image url

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
