---
title: "Update Partner Organization"
method: PATCH
path: "/v1/partners/{id}"
tags: ["Organizations"]
---

# Update Partner Organization

`PATCH /v1/partners/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `branding` Branding — Specifies a list of co-branding related attributes for the partner organization.
    - `logo_image` string — Supported formats include either a valid, accessible image URL or base64 encoded image file data string. Most common image formats are supported. Note that successfully imported logo images are resized to 640x640 pixels and converted to png format.

## Response `200`

success

- OrganizationObject
  - `id` string
  - `name` string, required — Name of the partner organization
  - `email` string — A unique email associated with this organization
  - `branding` object — Specifies co-branding related attributes for the partner organization.
    - `logo` string — Supported formats include either a valid, accessible image URL or base64 encoded image file data string. Most common image formats are supported. Note that successfully imported logo images are resized to 640x640 pixels and converted to png format.
  - `logo_s3_link` string, nullable

## Other responses

- `400` — bad request

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
