---
title: "updateOrganizationBranding"
method: PUT
path: "/organizations/{organization}/branding"
tags: ["Branding"]
---

# updateOrganizationBranding

`PUT /organizations/{organization}/branding`

Create/Update Organization Branding

## Path parameters

- `organization` integer, required

## Request body

- object
  - `background_color` string, nullable — Color of main background
  - `background_image_style` string, nullable — CSS for rendering background image
  - `header_color` string, nullable — Color of header
  - `header_footer_color` string, nullable — Color of footer portion of header
  - `header_image_height` integer, nullable — Height of header image in pixels
  - `header_image_style` string, nullable — CSS for rendering header image
  - `header_url` string, nullable — URL of location to which header image links
  - `primary_color` string, nullable — Primary color
  - `secondary_color` string, nullable — Secondary color
  - `font_family` string, nullable — Font family
  - `favicon` string, nullable — URL of favicon image; deprecated/replaced by favicon_asset_url
  - `favicon_asset_id` integer, nullable — Primary identifier of associated Asset representing favicon image
  - `favicon_asset_url` string, nullable — URL of favicon image derived from associated Asset

## Response `200`

Success

- object
  - `background_color` string, nullable — Color of main background
  - `background_image` string, nullable — URL of background image; deprecated/replaced by background_image_asset_url
  - `background_image_asset_id` integer, nullable — Primary identifier of associated Asset representing background image
  - `background_image_asset_url` string, nullable — URL of background image derived from associated Asset
  - `background_image_style` string, nullable — CSS for rendering background image
  - `custom_script` string, nullable — Raw javascript to be stored
  - `header_background_image` string, nullable — URL of header background image; deprecated/replaced by header_background_image_asset_id
  - `header_background_image_asset_id` integer, nullable — Primary identifier of associated Asset representing the header background image
  - `header_background_image_asset_url` string, nullable — URL of header background image derived from associated Asset
  - `header_color` string, nullable — Color of header
  - `header_footer_color` string, nullable — Color of footer portion of header
  - `header_image` string, nullable — URL of header image; deprecated/replaced by header_image_asset_url
  - `header_image_asset_id` integer, nullable — Primary identifier of associated Asset representing header image
  - `header_image_asset_url` string, nullable — URL of header image derived from associated Asset
  - `header_image_height` integer, nullable — Height of header image in pixels
  - `header_image_style` string, nullable — CSS for rendering header image
  - `header_url` string, nullable — URL of location to which header image links
  - `hero_image_asset_id` integer, nullable — Primary identifier of associated Asset representing hero image
  - `hero_image_asset_url` string, nullable — URL of hero image derived from associated Asset
  - `hide_classy_logo` boolean, nullable — Indicator dictating whether or not GoFundMe Pro logo is displayed
  - `primary_color` string, nullable — Primary color
  - `secondary_color` string, nullable — Secondary color
  - `font_family` string, nullable — Font family
  - `favicon` string, nullable — URL of favicon image; deprecated/replaced by favicon_asset_url
  - `favicon_asset_id` integer, nullable — Primary identifier of associated Asset representing favicon image
  - `favicon_asset_url` string, nullable — URL of favicon image derived from associated Asset
  - `organization_id` integer — Primary identifier of associated Organization

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

[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)
