---
title: "Update charity fundraiser photo status"
method: PUT
path: "/organizations/{organization_id}/gfm-npo-page/photo-status"
tags: ["GFM NPO Page"]
---

# Update charity fundraiser photo status

`PUT /organizations/{organization_id}/gfm-npo-page/photo-status`

Updates the status of a charity fundraiser photo

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `npoPhotoId` string, required — The NPO photo ID
  - `status` string, required — The photo status
  - `comments` string — Optional comments about the status change

## Response `200`

Photo status updated successfully

- object
  - `success` boolean
  - `data` object
    - `updateCharityFundraiserPhotoStatus` object
      - `success` boolean
      - `npoPhotoId` string
      - `status` string
      - `comments` string

## Other responses

- `400` — Bad request - validation failed or missing mapping
- `403` — Forbidden - insufficient permissions
- `404` — Organization not found
- `422` — Validation failed
- `500` — Internal server error

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
