---
title: "Update charity include default photos setting"
method: PUT
path: "/organizations/{organization_id}/gfm-npo-page/include-default-photos"
tags: ["GFM NPO Page"]
---

# Update charity include default photos setting

`PUT /organizations/{organization_id}/gfm-npo-page/include-default-photos`

Updates whether the charity includes default photos

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `includeDefaultPhotos` boolean, required — Whether to include default photos

## Response `200`

Default photos setting updated successfully

- object
  - `success` boolean
  - `data` object
    - `updateCharityIncludeDefaultPhotos` object
      - `success` boolean
      - `includeDefaultPhotos` boolean

## 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/d22bb925eeed/schema)
